feat: cosmopolitan libc support
Added support for cosmopolitan libc. Simply do `make COSMO=yes` and you'll get feuille.com, a working αcτµαlly pδrταblε εxεcµταblε pastebin server. + version bump.
This commit is contained in:
parent
63319d7525
commit
16f516d6ce
9 changed files with 86 additions and 27 deletions
3
arg.h
3
arg.h
|
|
@ -34,8 +34,11 @@
|
|||
#ifndef _ARG_H_
|
||||
#define _ARG_H_
|
||||
|
||||
#ifndef COSMOPOLITAN
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
extern char *argv0;
|
||||
|
||||
/* use main(int argc, char *argv[]) */
|
||||
|
|
|
|||
Reference in a new issue