Add am_append_arg procedure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user