new string fn
This commit is contained in:
@@ -683,6 +683,7 @@ fn bool stringDeleteCodepointsBetweenByteOffsetsInclusive(String* s, u32 start,
|
||||
fn u32 stringCountLines(String s);
|
||||
fn u32 stringLineLen(String s, u32 line_number);
|
||||
fn u32 stringLineStartByteOffset(String s, u32 line_number);
|
||||
fn bool stringInsertBytesAt(String* s, str bytes, u32 at);
|
||||
|
||||
///// OS-wrapped apis
|
||||
void osInit();
|
||||
|
||||
Reference in New Issue
Block a user