#include <clib.h>
Public Attributes | |
Instance | header |
UINT16 | uLength |
Length of the string in characters. | |
UINT8 | sz [1] |
String data. More... |
Note that according to Java strings are final and can't be modified. Jaune strings always have a null terminator for easy interface with C functions.
|
String data. 1 here to leave space for the null terminatior. |