6 lines
139 B
C
6 lines
139 B
C
#ifndef __FUNCTION_H__
|
|
#define __FUNCTION_H__
|
|
BOOL initFunctionTable( void );
|
|
void* getFunctionPointerFromName( char* funcname );
|
|
#endif
|