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