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

Update and reorganize documentation

This commit is contained in:
Karol Stasiak
2020-03-31 19:07:35 +02:00
parent 80018a55b4
commit 9ffd303583
22 changed files with 293 additions and 175 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
## string
The `string` module automatically imports the `err` module.
The `string` module automatically imports the [`err` module](./other.md).
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,
@@ -40,7 +40,7 @@ Modifies the given null-terminated buffer by appending a null-terminated string
## scrstring
The `scrstring` module automatically imports the `string` and `err` modules.
The `scrstring` module automatically imports the `string` and [`err`](./other.md). modules.
It contains functions for handling strings in the screen encoding with the same semantics as the functions from the string module.