From e12b1cc372e0c64a7c2fb76bc08a72381808d89d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Dec 2025 14:00:33 +0100 Subject: Some fixes and generic automaton MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libautomata_reset_automaton.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libautomata_reset_automaton.c (limited to 'libautomata_reset_automaton.c') diff --git a/libautomata_reset_automaton.c b/libautomata_reset_automaton.c new file mode 100644 index 0000000..24cf924 --- /dev/null +++ b/libautomata_reset_automaton.c @@ -0,0 +1,5 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +extern inline void libautomata_execute_automaton(struct libautomata_automaton *, const void *, void **, size_t *); -- cgit v1.2.3-70-g09d2