rpg-x2-rpgxef/lcc/bin/include/_syslist.h
Walter Julius Hennecke 27269ee319 initial commit
2012-05-05 13:49:28 +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