argv0.c - 9base - revived minimalist port of Plan 9 userland to Unix
(HTM) git clone git://git.suckless.org/9base
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
argv0.c (191B)
---
1 #include <lib9.h>
2
3 char *argv0;
4
5 /*
6 * Mac OS can't deal with files that only declare data.
7 * ARGBEGIN mentions this function so that this file gets pulled in.
8 */
9 void __fixargv0(void) { }