cd46aa6cef
the function of these files exceeds what can be sanely handled in shell in posix-comaptible way. Also writing it in C extends the functionality to non-UNIX-like OS and minimal environments.
3 lines
109 B
C
3 lines
109 B
C
#if !defined (__MINGW32__) && !defined (__CYGWIN__) && !defined (__AROS__)
|
|
#include "unix/platform.c"
|
|
#endif
|