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

#define strcasecmp _stricmp
#define snprintf _snprintf
#define strdup _strdup

#endif