Add functions, Add goto's
This commit is contained in:
@@ -22,4 +22,7 @@ typedef struct _dict_str_loc {
|
||||
int str_int_add(char *key, int value);
|
||||
int str_int_find(char *key, int *out);
|
||||
void str_int_clear();
|
||||
void str_int_printall();
|
||||
void str_int_printall();
|
||||
int str_jmp_add(char *key, u64 value);
|
||||
int str_jmp_find(char *key, u64 *out);
|
||||
void str_jmp_clear();
|
||||
Reference in New Issue
Block a user