Blob Blame History Raw
#ifndef _STDIO_H
#define _STDIO_H

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

#endif