This commit is contained in:
2025-11-10 21:54:10 -05:00
parent bfefb223f1
commit 1c9d62dabf
10 changed files with 172 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
#ifndef SHELL_H_
#define SHELL_H_
int makeshell(char *src);
int makeshell(char *src, int complexity);
#endif /* SHELL_H_ */