Search Results
7/26/2025, 10:54:55 PM
>>106038429
no yeah
i mean
>why the fuck in tyotl 2025 do we still use null termination as unavoidable default
the whole porevious picrel was only to create a guarantee that
a) when i look through the files in a folder everything happens on the stack
b) i have 8 nullbytes at the end of directory entities so that i wont overflow bc i parse text 8 bytes at a time
picrel is how *I* deal with strings
its a solution for short-ish strings, if i were to go above ~32 chars expected len i would have picked a different solution
and thats the thing with C
these kinds of operation are the natural level of operations for c so to speak
literally a macro asm
no yeah
i mean
>why the fuck in tyotl 2025 do we still use null termination as unavoidable default
the whole porevious picrel was only to create a guarantee that
a) when i look through the files in a folder everything happens on the stack
b) i have 8 nullbytes at the end of directory entities so that i wont overflow bc i parse text 8 bytes at a time
picrel is how *I* deal with strings
its a solution for short-ish strings, if i were to go above ~32 chars expected len i would have picked a different solution
and thats the thing with C
these kinds of operation are the natural level of operations for c so to speak
literally a macro asm
Page 1