Introduction
Introduction Statistics Contact Development Disclaimer Help
argv0.c - 9base - revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log
Files
Refs
README
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) { }
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.