Home | History | Annotate | Download | only in internal

Lines Matching defs:FOpen

1630 inline FILE* FOpen(const char* path, const char* mode) {
1631 return fopen(path, mode);