#ifndef __IMPINCLUDES #define __IMPINCLUDES #include #include #include #include #define nl 10 static int _imptempint; static char _imptempstring[256]; char * imp_concat( char *,char *); int imp_resolve(char *, char *, char *,char *); char * imp_tostring(int ); void * imp_strjam(char *,char *,int); void imp_stop(); char * imp_substring(char *,int ,int ); #endif