Files
Espresso/include/fs/vfs.h

11 lines
83 B
C
Raw Normal View History

2025-06-17 15:50:07 -05:00
#ifndef _VFS_H
#define _VFS_H
#include <types.h>
typedef int32_t FILE;
#endif