From 22d1cb2e210692f626a8070510256efcd737683d Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 6 Oct 2004 20:38:18 +0000 Subject: [PATCH] Added setjmp/longjmp git-svn-id: svn://svn.cc65.org/cc65/trunk@3212 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) 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

-- 2.39.5