aboutsummaryrefslogtreecommitdiffstats
path: root/libautomata_clone_mp_automaton.c
blob: f72d2688cc7bb2290f7fcd3fcc1fb74883bfda39 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* See LICENSE file for copyright and license details. */
#include "common.h"


LIBAUTOMATA_MP_AUTOMATON *
libautomata_clone_mp_automaton(const LIBAUTOMATA_MP_AUTOMATON *automaton)
{
	return (void *)libautomata_clone_kmp_automaton((const void *)automaton);
}