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:
Tom MTT 2022-12-11 01:59:08 +01:00
parent 63319d7525
commit 16f516d6ce
9 changed files with 86 additions and 27 deletions

3
arg.h
View file

@ -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[]) */