string length -> uint64
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user