From 470b648b9fb64360c10bf040d2fff40c17e0ab2c Mon Sep 17 00:00:00 2001 From: Wayne Parham Date: Mon, 7 Feb 2022 19:51:03 -0600 Subject: [PATCH] Added note about return value being function status. --- doc/funcref.sgml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index b66344a01..86c286909 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -3404,6 +3404,7 @@ int main(void) The function is specific to the Sym-1. +The return value is status. Non-zero status indicates an error. The function is only available as fastcall function, so it may only be used in presence of a prototype.