6 lines
77 B
C
6 lines
77 B
C
#pragma once
|
|
|
|
char *readline(char *prompt);
|
|
|
|
void add_history(char *unused);
|