mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
8 lines
95 B
C
8 lines
95 B
C
#ifndef READWRITE_H
|
|
#define READWRITE_H
|
|
|
|
extern int read();
|
|
extern int write();
|
|
|
|
#endif
|