LibXenon
Bare-metal Xbox 360 homebrew library
|
Go to the source code of this file.
Macros | |
#define | _flockfile(fp) { ((fp)->_flags&__SSTR) ? 0 : __flockfile(fp); } |
#define | _funlockfile(fp) { ((fp)->_flags&__SSTR) ? 0 : __funlockfile(fp); } |
Functions | |
void | __flockfile (FILE *fp) |
void | __funlockfile (FILE *fp) |
#define _flockfile | ( | fp | ) | { ((fp)->_flags&__SSTR) ? 0 : __flockfile(fp); } |
#define _funlockfile | ( | fp | ) | { ((fp)->_flags&__SSTR) ? 0 : __funlockfile(fp); } |
void __flockfile | ( | FILE * | fp | ) |
void __funlockfile | ( | FILE * | fp | ) |