Debianization.
[dot-forward] / readwrite.h
1 #ifndef READWRITE_H
2 #define READWRITE_H
3
4 extern int read();
5 extern int write();
6
7 #endif