1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00

Remove comment about stdarg.h being non standard

git-svn-id: svn://svn.cc65.org/cc65/trunk@656 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-03-23 20:19:02 +00:00
parent e7b80c4e8d
commit 300acc8175

View File

@ -77,19 +77,13 @@ Functions that are limited in any way:
supported).
<item>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.
<item>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.
<item>getenv
Since there is no such thing as an environment on all supported systems, the