7 lines
No EOL
120 B
C
7 lines
No EOL
120 B
C
#ifndef _LINE_H_
|
|
#define _LINE_H_
|
|
#define LINE_BUF_SIZE 1024
|
|
|
|
char *readLine(void);
|
|
char **splitLine(char *line);
|
|
#endif |