sys_null.c */ // sys_null.h -- null system driver to aid porting efforts #include "quakedef.h" #include "errno.h" /* =============================================================================== FILE IO =============================================================================== */ #define MAX_HANDLES 10 FILE *sys_handles[MAX_HANDLES]; int findhandle (void) { int i; for (i=1 ; i