Files
kotlin-fork/backend.native/tests/interop/basics/cstdio.def
T
2017-07-28 17:52:58 +03:00

8 lines
112 B
Modula-2

headers = stdio.h
compilerOpts.osx = -D_ANSI_SOURCE
---
static inline FILE* getStdout() {
return stdout;
}