Skip to content

String_Create

Abn Alsrag edited this page Feb 14, 2023 · 3 revisions

Example Code:

String str = String_Create("example");

Arguments:

argument value
text c string

Returns:

Pointer to string structure

Clone this wiki locally