mirror of
https://github.com/simon987/sist2.git
synced 2025-12-20 10:36:00 +00:00
Add basic JSON/NDJSON support
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "../sist.h"
|
||||
|
||||
#define MAGIC_BUF_SIZE 4096 * 6
|
||||
#define MAGIC_BUF_SIZE (4096 * 6)
|
||||
|
||||
int fs_read(struct vfile *f, void *buf, size_t size);
|
||||
void fs_close(struct vfile *f);
|
||||
|
||||
Reference in New Issue
Block a user