diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 03:01:37 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-10 03:01:37 +0200 |
commit | 3238f124b81e53762e5c2e021630de20bdb7cbd9 (patch) | |
tree | ccc487619075a8cb8976ff38ccc9bcfc06b420a1 /sys/src/ape/lib/9/argv0.c | |
parent | ea6910b70680cd8a0d77e413f116e758c07997a5 (diff) |
ape: move compatibility libc.h to lib9 directory and incooperate needed functions for ape/mp (wip)
Diffstat (limited to 'sys/src/ape/lib/9/argv0.c')
-rw-r--r-- | sys/src/ape/lib/9/argv0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/ape/lib/9/argv0.c b/sys/src/ape/lib/9/argv0.c new file mode 100644 index 000000000..c2b466bbf --- /dev/null +++ b/sys/src/ape/lib/9/argv0.c @@ -0,0 +1,3 @@ +#include <lib9.h> + +char *argv0; |