This commit is contained in:
gazhonsepaskwa
2025-02-18 11:59:16 +01:00
parent 1d4b97ed9a
commit dcb9bde568
9 changed files with 50 additions and 48 deletions

View File

@@ -67,6 +67,8 @@ char *copy_unmeta(char *val, int *copied);
void debug_token_list(t_node *lst, char *msg);
void set_token(t_node *head);
int goto_nxt_space(char *str);
void update_quote(char *quote, char cmp);
void update_quote(char *quote, char cmp);
int quote_sticked(char *str);
bool unstick_quote(int count, t_node *it);
#endif