Newer
Older
UbixOS / contrib / tcc / va_list.c
@Christopher W. Olsen Christopher W. Olsen on 29 Jan 2020 108 bytes TinyCC
#ifdef __FreeBSD__
#undef __GNUC__
#undef __GNUC_MINOR__
#include <sys/types.h>
void foo(__va_list);
#endif