shithub: dumb

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