From 944d6c665424d65f055a1c934e39d6af8f0a83eb Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 7 Jun 2003 20:57:34 +0000 Subject: [PATCH] More functions git-svn-id: svn://svn.cc65.org/cc65/trunk@2207 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 65 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 026a76823..1269fa268 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -146,6 +146,14 @@ function. +

+ + + + + + +

@@ -415,12 +423,13 @@ already enabled (the default). / , - +, + @@ -1783,6 +1792,31 @@ be used in presence of a prototype. +raise

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

@@ -1893,6 +1927,31 @@ be used in presence of a prototype. +signal

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

-- 2.39.5