#ifndef PISH_H #define PISH_H char* getcmd(void); void exec(char* command); void Pish(void); #endif