From 6e15f057ebc59a0d5bdb94675548d1dde5030d60 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 4 Jun 2026 18:13:03 +0200 Subject: Some fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libautomata_execute_automaton.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libautomata_execute_automaton.c (limited to 'libautomata_execute_automaton.c') diff --git a/libautomata_execute_automaton.c b/libautomata_execute_automaton.c new file mode 100644 index 0000000..24cf924 --- /dev/null +++ b/libautomata_execute_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.3.1