PatchworkOS
Loading...
Searching...
No Matches
ungetc.c File Reference
#include <stdio.h>
#include "user/common/file.h"

Go to the source code of this file.

Functions

int ungetc (int c, FILE *stream)
 

Function Documentation

◆ ungetc()

int ungetc ( int  c,
FILE stream 
)

Definition at line 5 of file ungetc.c.

References _UNGETC_MAX, EOF, FILE::mtx, mtx_lock(), mtx_unlock(), FILE::ungetBuf, and FILE::ungetIndex.

Referenced by _scan_unget(), and vfscanf().