blob: 24cf9244ae3b9220014953a5fdc727c65d36a0e9 (
plain) (
blame)
1
2
3
4
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 *);
|