1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00

Update documentation

This commit is contained in:
Karol Stasiak
2019-09-04 01:22:40 +02:00
parent e449b67a4a
commit f18135ee7f
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@
The `string` module automatically imports the `err` module.
All the functions are designed to work for the strings in the default encoding.
If passed a string in an encoding that has a different null terminator,
then the results are undefined and the program will most likely crash or freeze.
#### `byte strzlen(pointer str)`
Calculates the length of a null-terminated string.