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/pattern/next.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/pattern/next.h (limited to 'src/pattern/next.h') diff --git a/src/pattern/next.h b/src/pattern/next.h new file mode 100644 index 0000000..c6aa380 --- /dev/null +++ b/src/pattern/next.h @@ -0,0 +1,9 @@ +#ifndef PLOC_GEN_PATTERN_NEXT_H +#define PLOC_GEN_PATTERN_NEXT_H + +#include +#include "pattern.h" + +bool next_point(struct pattern *pattern); + +#endif \ No newline at end of file -- cgit v1.2.3