|
9eb829f3a2
|
CString: Add strcmp()
|
2022-12-19 12:20:56 +01:00 |
|
|
eadca3d25b
|
Add nullcpy()
Invented function to memcpy() with a specific size, but add a null terminator.
|
2022-12-18 16:31:02 +01:00 |
|
|
9c1c6bb320
|
Add wcslen()
I think this can go in CString.h, no need to create a separate CWChar.h or something
|
2022-12-18 14:33:13 +01:00 |
|
|
59765aa334
|
Rename String.h -> CString.h
continuous-integration/drone/push Build is passing
Let's not confuse String.h with a managed string class, it's in fact the equivalent of the C stdlib's <string.h>
|
2022-12-16 20:40:04 +01:00 |
|