textPosEq()
This commit is contained in:
@@ -686,6 +686,7 @@ fn u32 stringLineStartByteOffset(String s, u32 line_number);
|
|||||||
fn bool stringInsertBytesAt(String* s, str bytes, u32 at);
|
fn bool stringInsertBytesAt(String* s, str bytes, u32 at);
|
||||||
fn bool stringInsertBytesAtMaybeAlloc(Arena* a, String* s, str bytes, u32 at);
|
fn bool stringInsertBytesAtMaybeAlloc(Arena* a, String* s, str bytes, u32 at);
|
||||||
fn u32 stringFindNextCharPosFrom(String s, u32 from, u8 c);
|
fn u32 stringFindNextCharPosFrom(String s, u32 from, u8 c);
|
||||||
|
fn bool textPosEq(TextPos a, TextPos b);
|
||||||
|
|
||||||
///// OS-wrapped apis
|
///// OS-wrapped apis
|
||||||
void osInit();
|
void osInit();
|
||||||
|
|||||||
Reference in New Issue
Block a user