dish/line.h

5 lines
80 B
C
Raw Normal View History

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