URI:
       targv0.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       targv0.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) { }