Files
HDH/Lab2/readline.h
T
2019-11-17 15:06:20 +07:00

7 lines
75 B
C

#ifndef READ_LINE_H
#define READ_LINE_H
int read_line(char *str);
#endif