mess822x 1.23
mess822x
Loading...
Searching...
No Matches
readwrite.h
Go to the documentation of this file.
1#ifndef READWRITE_H
2#define READWRITE_H
3
4#include <unistd.h>
5 /* Already in unistd.h */
6/*
7extern int read();
8extern int write();
9*/
10
11#endif