aboutsummaryrefslogtreecommitdiff
path: root/src/inc/parser.h
blob: 0c596818cf8d303f61e79ac86a7eedf9595dcece (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PARSER_H
#define PARSER_H

#include <def.h>

u8 parse(char *buf, u32 size);

#endif