banan-os/libc/include/unistd.h

6 lines
85 B
C

#pragma once
#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2