dish/line.h
2022-09-18 12:22:59 +08:00

5 lines
80 B
C

#ifndef _LINE_H_
#define _LINE_H_
#define LINE_BUF_SIZE 1024
void line();
#endif