#ifndef _tools #define _tools #include #include #include #include #include char * tools_findDatatype( struct array * variableDeclarationParts ); int tools_findArgumentCloseIndexReverse( char * body, int fromKey ); char * tools_removePointerSymbolFromDatatype( char * returnType, int * leftSideIsPointer ); #endif