diff options
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 *); |
