1 // Logic for formatting arguments and argument lists
6 #include "../stdlib/datatypes.h"
8 OptionalText_t format_inline_arg(arg_ast_t *arg, Table_t comments);
9 Text_t format_arg(arg_ast_t *arg, Table_t comments, Text_t indent);
10 OptionalText_t format_inline_args(arg_ast_t *args, Table_t comments);
11 Text_t format_args(arg_ast_t *args, Table_t comments, Text_t indent);