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