Skip to content

variant: add cfl_variant_print function#22

Merged
edsiper merged 1 commit into
fluent:masterfrom
nokute78:print_variant
Oct 21, 2022
Merged

variant: add cfl_variant_print function#22
edsiper merged 1 commit into
fluent:masterfrom
nokute78:print_variant

Conversation

@nokute78
Copy link
Copy Markdown
Contributor

@nokute78 nokute78 commented Oct 9, 2022

This patch is to add print functions and test codes.

  • cfl_variant_print(FILE *fp, struct cfl_variant *val)
  • cfl_array_print(FILE *fp, struct cfl_array *array)
  • cfl_kvlist_print(FILE *fp, struct cfl_kvlist *list)

e.g. cfl_variant_print(stdout, val);

Signed-off-by: Takahiro Yamashita <nokute78@gmail.com>
@edsiper edsiper merged commit af3f17c into fluent:master Oct 21, 2022
@nokute78 nokute78 deleted the print_variant branch October 21, 2022 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants