diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-17 16:20:43 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-17 16:20:43 +0100 |
| commit | ae89f342b51cb4ef71f18e89b74585cd61b05a60 (patch) | |
| tree | dac1ec69cb74001aacce013bb5879566bb04d845 /libautomata_reset_mp_automaton.c | |
| download | libautomata-ae89f342b51cb4ef71f18e89b74585cd61b05a60.tar.gz libautomata-ae89f342b51cb4ef71f18e89b74585cd61b05a60.tar.bz2 libautomata-ae89f342b51cb4ef71f18e89b74585cd61b05a60.tar.xz | |
First commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libautomata_reset_mp_automaton.c')
| -rw-r--r-- | libautomata_reset_mp_automaton.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libautomata_reset_mp_automaton.c b/libautomata_reset_mp_automaton.c new file mode 100644 index 0000000..f3f78da --- /dev/null +++ b/libautomata_reset_mp_automaton.c @@ -0,0 +1,9 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +void +libautomata_reset_mp_automaton(LIBAUTOMATA_MP_AUTOMATON *automaton) +{ + automaton->position = 0; +} |
