#ifndef KIcore #define KIcore typedef unsigned long long sz; typedef unsigned char stat; typedef struct kenv { sz argc; char** argv; } kenv; #endif