6 lines
85 B
C
6 lines
85 B
C
|
#pragma once
|
||
|
|
||
|
#define STDIN_FILENO 0
|
||
|
#define STDOUT_FILENO 1
|
||
|
#define STDERR_FILENO 2
|