LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros | Functions
stdio.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ _flockfile

#define _flockfile (   fp)    { ((fp)->_flags&__SSTR) ? 0 : __flockfile(fp); }

Definition at line 8 of file stdio.h.

◆ _funlockfile

#define _funlockfile (   fp)    { ((fp)->_flags&__SSTR) ? 0 : __funlockfile(fp); }

Definition at line 17 of file stdio.h.

Function Documentation

◆ __flockfile()

void __flockfile ( FILE *  fp)

◆ __funlockfile()

void __funlockfile ( FILE *  fp)