Constants

string.inc

Untitled constant

Global

Unless otherwise noted, all string functions which take in a
writable buffer and maximum length should NOT have the null terminator INCLUDED
in the length. This means that this is valid:
copy(string, charsmax(string), ...)