Home | History | Annotate | Download | only in internal

Lines Matching defs:FOpen

1625 inline FILE* FOpen(const char* path, const char* mode) {
1626 return fopen(path, mode);