shithub: drawcpu

ref: dd193a6e22c0911760aa56bbf0df06b4b75772ca
dir: /include/u.h/

View raw version
#include "dtos.h"

/* avoid name conflicts */
#undef accept
#undef listen

/* sys calls */
#undef bind
#undef chdir
#undef close
#undef create
#undef dup
#undef exec
#undef export
#undef fstat
#undef fwstat
#undef memchr
#undef mount
#undef open
#undef start
#undef read
#undef remove
#undef seek
#undef stat
#undef write
#undef wstat
#undef unmount
#undef pipe
#undef iounit
extern int debug;