Files
yait/shell.h
2025-11-09 21:55:07 -05:00

7 lines
85 B
C

#ifndef SHELL_H_
#define SHELL_H_
int makeshell(char *src);
#endif /* SHELL_H_ */