textPosEq()

This commit is contained in:
Tenari
2026-06-07 10:56:46 -05:00
parent 9c6c72f964
commit d64bca26ef
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -686,6 +686,7 @@ fn u32 stringLineStartByteOffset(String s, u32 line_number);
fn bool stringInsertBytesAt(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 bool textPosEq(TextPos a, TextPos b);
///// OS-wrapped apis
void osInit();