shithub: drawterm-fdroid

ref: 6ebf0a517b195de7f29ebc9ce817a91e5276107d
dir: /include/unix.h/

View raw version
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <fcntl.h>
#include <setjmp.h>
#include <time.h>
#include <assert.h>
#include <unistd.h>
#include <stdarg.h>
#include <inttypes.h>
#include <ctype.h>
#include <errno.h>

typedef long long		p9_vlong;
typedef	unsigned long long p9_uvlong;
typedef uintptr_t uintptr;