mirror of
https://github.com/tiennm99/HDH.git
synced 2026-06-09 06:13:08 +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
|