Re-functionnal pretty-printing

This commit is contained in:
Jean Herail 2026-01-21 19:57:44 +01:00
parent f6573d81f0
commit 0ede8d3eef
3 changed files with 16 additions and 18 deletions

View file

@ -11,4 +11,4 @@ struct ast *get_ast_str(char *command)
{
(void)command;
return NULL;
}
}