ref: fbd0eed489f59a6fbca4eee56eef7e3f8ad52e29
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