4 lines
66 B
C
4 lines
66 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
int fs_open(const char *path, int flags, int mode);
|