2021-04-16 23:24:15 +08:00

9 lines
137 B
C

#include "sheet.h"
#ifndef _CONSOLE_H_
#define _CONSOLE_H_
int cons_newline(int cursor_y, struct Sheet *sheet);
#endif // _CONSOLE_H_