Differences From Artifact [2582f2493d]:
- File mod/kcore/core.h — part of check-in [bdb84af41a] at 2019-10-21 01:46:58 on branch trunk — fix broken commit (user: lexi, size: 4090) [annotate] [blame] [check-ins using]
To Artifact [4d5847ec2c]:
- File mod/kcore/core.h — part of check-in [c0e04b9015] at 2019-10-30 03:34:34 on branch trunk — begin work on kcli module; continue to build out infra for error explanation function (user: lexi, size: 4096) [annotate] [blame] [check-ins using]
14 14 ksraw val; 15 15 char* platform; 16 16 } kvar; 17 17 18 18 typedef struct kenv { 19 19 kiochan std; 20 20 kiochan err; 21 - sz argc; char** args; 21 + sz argc; const char** args; 22 22 sz varc; kvar* vars; 23 23 } kenv; 24 24 25 25 /* i'm really sorry okay */ 26 26 typedef 27 27 #if (__STDC_VERSION__ >= 199901L) 28 28 _Bool bool;