From c5cd2b2443dc48aaeb61feac4a96071c7bc9790e Mon Sep 17 00:00:00 2001 From: Sopár Adrián Date: Tue, 5 Jul 2022 23:02:16 +0200 Subject: Init commit. --- src/io/text.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/io/text.h (limited to 'src/io/text.h') diff --git a/src/io/text.h b/src/io/text.h new file mode 100644 index 0000000..435294d --- /dev/null +++ b/src/io/text.h @@ -0,0 +1,10 @@ +#ifndef PLOC_GEN_IO_TEXT_H +#define PLOC_GEN_IO_TEXT_H + +#include +#include "pattern/pattern.h" +#include "io.h" + +void print_pattern_text(FILE *out, struct print_params params, struct pattern *pattern); + +#endif \ No newline at end of file -- cgit v1.2.3