Initial commit
This commit is contained in:
24
source/tools.h
Normal file
24
source/tools.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef _tools
|
||||
|
||||
#define _tools
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <array.h>
|
||||
|
||||
#include <text.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <variable.h>
|
||||
|
||||
char * tools_findDatatype( struct array * variableDeclarationParts );
|
||||
|
||||
int tools_findArgumentCloseIndexReverse( char * body, int fromKey );
|
||||
|
||||
|
||||
char * tools_removePointerSymbolFromDatatype( char * returnType, int * leftSideIsPointer );
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user