summaryrefslogtreecommitdiffstats
path: root/bytecode/byte_slice.h
blob: 7109b52eb6130ddf73d6191d2ce9f29815382819 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _BYTE_SLICE_H_
#define _BYTE_SLICE_H_

#include <stdint.h>

#include "slice.h"

DEFINE_SLICE(uint8_t)

#endif