aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
blob: 0e0253de72d5109892b1342e1f3a998a6b95c434 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UNISTD_H__
#define __UNISTD_H__

#define strcasecmp _stricmp
#define snprintf _snprintf

typedef unsigned __int64 uint64_t;
typedef int ssize_t;
#endif