aboutsummaryrefslogtreecommitdiff
path: root/sys/libn/memory.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-17 16:19:17 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-17 16:19:17 -0700
commit9ec5bed6a7d715ffa69851569485a685dd69db2e (patch)
treec25eaef1000f52caacf25ee398e54f63067b8feb /sys/libn/memory.c
parentc92c89280d036240a75ff122084dd58cde473394 (diff)
prototype of front end cli
Diffstat (limited to 'sys/libn/memory.c')
-rw-r--r--sys/libn/memory.c5
1 files changed, 5 insertions, 0 deletions
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;