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

7 lines
217 B
C
Raw Normal View History

2012-05-05 11:49:28 +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