mirror of
https://github.com/tiennm99/HDH.git
synced 2026-06-08 20:13:15 +00:00
7 lines
75 B
C
7 lines
75 B
C
#ifndef READ_LINE_H
|
|
#define READ_LINE_H
|
|
|
|
int read_line(char *str);
|
|
|
|
#endif
|