#ifndef KIstr #define KIstr #include #ifdef __cplusplus extern "C" { #endif typedef struct kstr { sz size; kmptr ptr; } kstr; typedef struct ksraw { sz size; const char* ptr; } ksraw; typedef struct ksmut { sz size; char* ptr; } ksmut; #ifdef __cplusplus } #endif #endif