3 lines
61 B
Text
3 lines
61 B
Text
|
|
U8 *string = "Hello, world!";
|
||
|
|
Print("%d\n", StrLen(string));
|