8 lines
112 B
Modula-2
8 lines
112 B
Modula-2
headers = stdio.h
|
|
compilerOpts.osx = -D_ANSI_SOURCE
|
|
|
|
---
|
|
|
|
static inline FILE* getStdout() {
|
|
return stdout;
|
|
} |