Files
Espresso/include/fs/vfs.h
2025-06-27 14:48:06 -05:00

11 lines
83 B
C

#ifndef _VFS_H
#define _VFS_H
#include <types.h>
typedef int32_t FILE;
#endif