KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
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.
 
#define _funlockfile(fp)
 No-op unlock a file.
 

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

◆ _flockfile

#define _flockfile ( fp)

No-op lock on a file.

Parameters
fpThe file to lock.

◆ _funlockfile

#define _funlockfile ( fp)

No-op unlock a file.

Parameters
fpThe file to unlock.