7 lines
78 B
Modula-2
7 lines
78 B
Modula-2
headers = stdio.h
|
|
|
|
---
|
|
|
|
static inline FILE* getStdout() {
|
|
return stdout;
|
|
} |