ZestCode
 
Loading...
Searching...
No Matches
ser.h
Go to the documentation of this file.
1
15
16#pragma once
17
18#include "vfs.h"
19
20extern const struct fs_driver* const ser_driver;
21int ser_open_r(struct _reent* r, const char* path, int flags, int mode);
22void ser_initialize(void);
Definition vfs.h:23