string length -> uint64
This commit is contained in:
parent
e846f6d304
commit
451358ad6c
@ -10,7 +10,7 @@ extern "C" {
|
|||||||
// doesn't store '\0' at the end
|
// doesn't store '\0' at the end
|
||||||
typedef struct string{
|
typedef struct string{
|
||||||
char* ptr; // char pointer
|
char* ptr; // char pointer
|
||||||
uint32 length; // amount of chars in ptr value
|
uint64 length; // amount of chars in ptr value
|
||||||
} string;
|
} string;
|
||||||
ktid_declare(string);
|
ktid_declare(string);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user