mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
219905c6bc
That parameter's type is unsigned; but, the functions return an int. If the size is too big for a signed integer, then return an error code. If the size is zero, then don't write anything into a buffer (the buffer pointer may be NULL). But, do format and count the arguments.