rpg-x2/lcc/bin/include/_syslist.h
2011-06-01 14:20:56 +02:00

6 lines
217 B
C

/* 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