fix
This commit is contained in:
@@ -56,12 +56,13 @@ void free_linked_list(t_node *stack);
|
||||
t_token get_token(char *str);
|
||||
t_pres get_pressision(char *s, t_token token, t_token last_token, t_pres last_pres);
|
||||
int create_node_after(t_node *elem, char *val);
|
||||
char *copy_meta_xor(char *val, int *copied, int rev);
|
||||
int is_meta(char c);
|
||||
int is_sticked(char *val);
|
||||
int trim_nodes(t_node *head);
|
||||
void debug_linked_list(t_node *head, char *msg);
|
||||
int find_quote_node(t_node *head, char q);
|
||||
int syntax_error(t_node *head);
|
||||
char *copy_meta(char *val, int *copied);
|
||||
char *copy_unmeta(char *val, int *copied);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user