7 lines
106 B
C
7 lines
106 B
C
#ifndef _interactive_h
|
|
#define _interactive_h
|
|
|
|
extern int run_interactive();
|
|
|
|
#endif /* _interactive_h */
|