1
0
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:
Karol Stasiak
2019-01-05 01:19:14 +01:00
parent 7d596f3ed6
commit 492300d298
15 changed files with 485 additions and 2 deletions
+5
View File
@@ -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.