mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
6 lines
91 B
C++
6 lines
91 B
C++
#include <stdio.h>
|
|
|
|
FILE *stdin = nullptr;
|
|
FILE *stdout = nullptr;
|
|
FILE *stderr = nullptr;
|