KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
stdio.h File Reference

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...
 

Detailed Description

Basic sys/stdio.h file from newlib.

This file simply defines locking for files as no-ops if they aren't defined already.

Macro Definition Documentation

#define _flockfile (   fp)

No-op lock on a file.

Parameters
fpThe file to lock.
#define _funlockfile (   fp)

No-op unlock a file.

Parameters
fpThe file to unlock.