shithub: dumb

ref: 97d608f147c66bb92800c33acda97b4b9df6ff67
dir: /src/plan9/plan9.h/

View raw version
#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