7 lines
85 B
C
7 lines
85 B
C
#ifndef SHELL_H_
|
|
#define SHELL_H_
|
|
|
|
int makeshell(char *src);
|
|
|
|
#endif /* SHELL_H_ */
|