Files
yait/shell.h
2025-11-10 21:54:10 -05:00

7 lines
101 B
C

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