diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-28 14:00:33 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 15:26:49 +0100 |
| commit | e12b1cc372e0c64a7c2fb76bc08a72381808d89d (patch) | |
| tree | fc09dedc79b497baef6ba43d68d8fc2bd2f69fa1 /libautomata_reset_automaton.c | |
| parent | fix readme (diff) | |
| download | libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.gz libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.bz2 libautomata-e12b1cc372e0c64a7c2fb76bc08a72381808d89d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libautomata_reset_automaton.c')
| -rw-r--r-- | libautomata_reset_automaton.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 *); |
