Commit df8b1910 authored by desiredeveloper's avatar desiredeveloper

adding makefile

parent b4cea012
int fileExists(char *path);
int folderExists(const char *path);
void funcExit();
void funcEnv();
void funcClear();
void funcDir(char **tokens);
void funcPwd();
void funcCd(char *fpath);
char **tokenize(char *line);
void ioRedirect(char **tokens, int n);
void handler(int sig);
void exBackground(char **tokens, int n);
void exSerial(char **tokens, int n);
void exParallel(char **tokens, int n);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment