open
#define open rmtopen
#define open(path, flags) \
open(const char *path, int flags, ...)
open(const char *path, int flags, ...)
#define open copen
FatFile::open(const TCHAR *name, uint32_t flags)
HttpFile::open(const TCHAR *name, uint32_t flag)
FileManager::open(const TCHAR *name, uint32_t flags)
UfsFile::open(const TCHAR *name, uint32_t flags)
#undef open
open(const char *fname, int mode)
open(const char *fname, int mode)
#define open(...) rump_sys_open(__VA_ARGS__)
#define open(path, flags, ...) (int)syscall(LINUX_SYS_open, \