From 9ec5bed6a7d715ffa69851569485a685dd69db2e Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 17 May 2020 16:19:17 -0700 Subject: prototype of front end cli --- sys/libn/memory.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/libn/memory.c') diff --git a/sys/libn/memory.c b/sys/libn/memory.c index 4cf92b2..dce0c36 100644 --- a/sys/libn/memory.c +++ b/sys/libn/memory.c @@ -164,3 +164,8 @@ memset64(void *dst, uint64 val, uintptr size) ((byte*)dst)[i] = ((byte*)&val)[i&7]; } } + +// ------------------------------------------------------------------------- +// First argument + +char *argv0; -- cgit v1.2.1