diff options
| author | Mattias Andrée <m@maandree.se> | 2026-06-04 18:13:03 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-06-04 18:13:03 +0200 |
| commit | 6e15f057ebc59a0d5bdb94675548d1dde5030d60 (patch) | |
| tree | c4305d3245448062d89480aafe69b2c75d0f07d9 /libautomata_execute_automaton.c | |
| parent | Some fixes and generic automaton (diff) | |
| download | libautomata-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 '')
| -rw-r--r-- | libautomata_execute_automaton.c | 5 |
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 *); |
