Initial Commit
[Projects.git] / dundancy / source / dundancy.h
blob2d5f12ee12e905654c7a0fe8928baa26d12b01f0
1 #ifndef DUNDANCY_PARSE_H_INCLUDED
2 #define DUNDANCY_PARSE_H_INCLUDED
3 char *RIGHT;
4 char *LEFT;
5 typedef char * func(char * a, char * b);
6 void split(const char original[], const char search[], char split1[], char split2[]);
7 #endif