diff --git a/doc/funcref.sgml b/doc/funcref.sgml index faf27dfbe..0a4757ee9 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -105,11 +105,11 @@ function. - - - - - + + + + + @@ -120,7 +120,7 @@ function. - + @@ -283,7 +283,7 @@ function.

- + @@ -296,8 +296,8 @@ function. - - + + @@ -459,6 +459,30 @@ considered random to a certain degree. +_stroserror

+ + + +/ + +Since operating system specific error code are - you guessed it - +operating system specific, the parameter and the string returned depend on the +cc65 target. +The function is only available as fastcall function, so it may only be +used in presence of a prototype. + + + + + + _swap

@@ -978,7 +1002,7 @@ be used in presence of a prototype. -/ -/ - +cprintf

+ + + +/ +/. --> + +Like all other +, +, +, +, + + + + + +cputc

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

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

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

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

@@ -2328,7 +2487,8 @@ be used in presence of a prototype. , , , - +, + @@ -2932,11 +3092,11 @@ is undefined. +, -#include +#include <string.h> static char hello[14]; @@ -2946,6 +3106,56 @@ strcpy (hello, "Hello world!\n"); +strdup

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +It is up to the caller to free the allocated memory block. + +, + + + + + +strerror

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +While the return type of the function is a + + + + + stricmp

@@ -3265,6 +3475,35 @@ used in presence of a prototype. +vcprintf

+ + + +/ +/. --> + +Like all other The function is only available as fastcall function, so it may only be +used in presence of a prototype. + +, +, +, +, + + + + + wherex