summaryrefslogtreecommitdiffstats
path: root/bytecode/oper.h
blob: 7174e1daf42a6fcd1b85c0b9583628bdc27968f1 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _OPER_H_
#define _OPER_H_

#include "byte_slice.h"

void run(uint8_t_slice);

#endif