aboutsummaryrefslogtreecommitdiff
path: root/lib/sys/io.h
blob: 808686974951301a4a1d29563e303f54a40facee (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef IO_SYS_H
#define IO_SYS_H

#include "write.h"
#include "read.h"

#define STDIN_FD  0
#define STDOUT_FD 1
#define STDERR_FD 2

#endif