mirror of
https://git.suckless.org/9base
synced 2025-08-15 20:23:47 -07:00
initial import
This commit is contained in:
9
lib9/argv0.c
Normal file
9
lib9/argv0.c
Normal file
@@ -0,0 +1,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) { }
|
Reference in New Issue
Block a user