aboutsummaryrefslogtreecommitdiffstats
path: root/libautomata_execute_automaton.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-04 18:13:03 +0200
committerMattias Andrée <m@maandree.se>2026-06-04 18:13:03 +0200
commit6e15f057ebc59a0d5bdb94675548d1dde5030d60 (patch)
treec4305d3245448062d89480aafe69b2c75d0f07d9 /libautomata_execute_automaton.c
parentSome fixes and generic automaton (diff)
downloadlibautomata-6e15f057ebc59a0d5bdb94675548d1dde5030d60.tar.gz
libautomata-6e15f057ebc59a0d5bdb94675548d1dde5030d60.tar.bz2
libautomata-6e15f057ebc59a0d5bdb94675548d1dde5030d60.tar.xz
Some fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libautomata_execute_automaton.c')
-rw-r--r--libautomata_execute_automaton.c5
1 files changed, 5 insertions, 0 deletions
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 *);