summaryrefslogtreecommitdiff
path: root/include/readwrite.h
blob: 40b427fcd12a6c95ba264357be8d09e619d377ce (plain)
1
2
3
4
5
6
7
8
9
#ifndef READWRITE_H
#define READWRITE_H

#include <unistd.h>

// extern int read();
// extern int write();

#endif