#ifndef KIstr #define KIstr #include typedef struct kstr { sz size; kmptr ptr; } kstr; typedef struct ksraw { sz size; char* ptr; } ksraw; #endif