diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 9549a22df..7efea09fe 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -243,9 +243,29 @@ function.

+ +

+ + + + +

@@ -2693,6 +2713,33 @@ always be the same. +longjmp

+ + + +/ +/. Program execution continues as if the +call to / has just returned the value + +If the parameter The function is only available as fastcall function, so it may only +be used in presence of a prototype. + + + + + + malloc

@@ -3200,6 +3247,31 @@ the program terminates. +setjmp

+ + + +/ +/ function and +returns zero. + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + + + + + + setlocale