From cda34183c7904bc6e61e66bac94dbe2ccb3c2ff5 Mon Sep 17 00:00:00 2001 From: cuz Date: Fri, 17 Sep 2004 20:08:59 +0000 Subject: [PATCH] Document some more functions git-svn-id: svn://svn.cc65.org/cc65/trunk@3186 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 124 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 103 insertions(+), 21 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index dfda17a36..85c79b7d6 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -346,8 +346,8 @@ function. - - + + @@ -364,19 +364,17 @@ function.

- + + + + + + + --->

@@ -980,7 +978,7 @@ used in presence of a prototype. / Border colors are system dependent. The function may have no effect on systems where the border color cannot be changed. @@ -3161,7 +3159,8 @@ be used in presence of a prototype. , , - +, + @@ -3186,7 +3185,8 @@ is undefined. +, +, @@ -3236,7 +3236,8 @@ be used in presence of a prototype. , , - +, + @@ -3263,7 +3264,8 @@ be used in presence of a prototype. , , , - +, + @@ -3288,6 +3290,7 @@ is undefined. , +, @@ -3394,7 +3397,8 @@ be used in presence of a prototype. , , - +, + @@ -3440,7 +3444,7 @@ be used in presence of a prototype. +, @@ -3454,6 +3458,60 @@ See +strncat

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +If copying takes place between objects that overlap, the behavior +is undefined. + +, +, + + + + + +strncmp

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

@@ -3475,8 +3533,9 @@ undefined. - +, +, + #include @@ -3615,6 +3674,29 @@ be used in presence of a prototype. +time

+ + + +/ + +The function is only available as fastcall function, so it may +only be used in presence of a prototype. +Many platforms supported by cc65 do not have a realtime clock, so the +returned value may not be valid. + + + + + toggle_videomode

-- 2.39.2