mirror of
https://github.com/xtool-org/xtool.git
synced 2026-06-24 12:21:34 +02:00
6 lines
76 B
C
6 lines
76 B
C
#include <stdio.h>
|
|
|
|
inline static FILE *get_stdout() {
|
|
return stdout;
|
|
}
|