Add am_append_arg procedure

This commit is contained in:
2025-08-10 19:44:05 +01:00
parent 6077cf571d
commit 624311d04f
3 changed files with 33 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ typedef struct am {
void am_init(am_t *am);
void am_push(am_t *am);
void am_pop(am_t *am);
void am_append_arg(am_t *am);
#endif