Began use git manage source code since MAAT_FRAME_VERSION_1_2_20150724.
This commit is contained in:
8
src/entry/map_str2int.h
Normal file
8
src/entry/map_str2int.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __MAP_STR2INT_H_INCLUDE_
|
||||
#define __MAP_STR2INT_H_INCLUDE_
|
||||
MESA_htable_handle map_create(void);
|
||||
void map_destroy(MESA_htable_handle p);
|
||||
int map_register(MESA_htable_handle handle,const char* string,int value);
|
||||
int map_str2int(MESA_htable_handle handle,const char* string,int* value);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user