mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 15:29:04 +00:00
Initial commit (squashed)
This commit is contained in:
10
src/parsing/parse.h
Normal file
10
src/parsing/parse.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SIST2_PARSE_H
|
||||
#define SIST2_PARSE_H
|
||||
|
||||
#include "src/sist.h"
|
||||
|
||||
#define PARSE_BUF_SIZE 4096
|
||||
|
||||
void parse(void *arg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user