ref: a3edc4c2416e94486f5408436baf26d37d210535
dir: /src/plan9/plan9.h/
#ifndef __plan9_h__ #define __plan9_h__ #include <u.h> #include <libc.h> #include </sys/include/stdio.h> typedef long ssize_t; typedef ulong size_t; #define __attribute__(a) #define strcasecmp cistrcmp #define strncasecmp cistrncmp #endif