Files
9base/lib9/argv0.c
garbeam@wmii.de e5f0f74b8a initial import
2005-11-20 18:27:27 +02:00

10 lines
191 B
C

#include <lib9.h>
char *argv0;
/*
* Mac OS can't deal with files that only declare data.
* ARGBEGIN mentions this function so that this file gets pulled in.
*/
void __fixargv0(void) { }