mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-19 10:42:10 +00:00
C64: File I/O support
This commit is contained in:
@@ -23,3 +23,8 @@ If the source string is longer than 255 bytes, then the behaviour is undefined (
|
||||
|
||||
Converts a null-terminated string to a number.
|
||||
Sets `errno`.
|
||||
|
||||
#### `void strzappend(pointer buffer, pointer str)`
|
||||
#### `void strzappendchar(pointer buffer, byte char)`
|
||||
|
||||
Modifies the given null-terminated buffer by appending a null-terminated string or s single character respectively.
|
||||
|
||||
Reference in New Issue
Block a user