From: cuz Date: Wed, 6 Oct 2004 20:38:18 +0000 (+0000) Subject: Added setjmp/longjmp X-Git-Tag: V2.12.0~623 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=22d1cb2e210692f626a8070510256efcd737683d;p=cc65 Added setjmp/longjmp git-svn-id: svn://svn.cc65.org/cc65/trunk@3212 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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