From: cuz Date: Fri, 23 Mar 2001 20:19:02 +0000 (+0000) Subject: Remove comment about stdarg.h being non standard X-Git-Tag: V2.12.0~2906 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=300acc81753645d16d45478c739340d06a7ebf32;p=cc65 Remove comment about stdarg.h being non standard git-svn-id: svn://svn.cc65.org/cc65/trunk@656 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/library.sgml b/doc/library.sgml index c3a6a65ce..0ed89a7b1 100644 --- a/doc/library.sgml +++ b/doc/library.sgml @@ -77,19 +77,13 @@ Functions that are limited in any way: supported). - The va_... family of macros - - The macros do not work completely as defined by the standard. Since cc65 has - the wrong calling order, the (non-standard) va_fix macro must be used to - access fixed parameters in functions with a variable parameter size. See - newvers.txt for a discussion of the problem. - strcspn/strpbrk/strspn These functions have a length limitation of 256 for the second string argument. Since this string gives a character set, and there are only 256 distinct characters, this shouldn't be a problem. + getenv Since there is no such thing as an environment on all supported systems, the