9 lines
102 B
C
9 lines
102 B
C
#ifndef PISH_H
|
|
#define PISH_H
|
|
|
|
char* getcmd(void);
|
|
void exec(char* command);
|
|
void Pish(void);
|
|
|
|
#endif
|