blob: 4c61f444c257edc8bfca86f01a5c3257d196b46e (
plain)
1
2
3
4
5
6
7
8
9
|
#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) { }
|