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

#define strcasecmp _stricmp
#define snprintf _snprintf

#endif