Artifact bb457bb91b7474b57243760fcdd6dd661632dc2271b677b8c26808b788b3bb97:
- File kcore/core.h — part of check-in [21467a6dc9] at 2019-06-27 12:13:43 on branch trunk — updates (user: lexi, size: 153) [annotate] [blame] [check-ins using]
#ifndef KIcore #define KIcore typedef unsigned long long sz; typedef unsigned char stat; typedef struct kenv { sz argc; char** argv; } kenv; #endif