KallistiOS
##version##
|
Basic sys/stdio.h file from newlib. More...
#include <kos/dbglog.h>
Go to the source code of this file.
Macros | |
#define | _flockfile(fp) |
No-op lock on a file. More... | |
#define | _funlockfile(fp) |
No-op unlock a file. More... | |
Basic sys/stdio.h file from newlib.
This file simply defines locking for files as no-ops if they aren't defined already.
#define _flockfile | ( | fp | ) |
No-op lock on a file.
fp | The file to lock. |
#define _funlockfile | ( | fp | ) |
No-op unlock a file.
fp | The file to unlock. |