rpg-x2/lcc/bin/include/_syslist.h

7 lines
217 B
C
Raw Normal View History

2011-06-01 12:20:56 +00:00
/* internal use only -- mapping of "system calls" for libraries that lose
and only provide C names, so that we end up in violation of ANSI */
#ifndef __SYSLIST_H
#define __SYSLIST_H
#define _wcsicmp wcsicmp
#endif