mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 11:27:40 +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
|