|
PatchworkOS
|
#include <stdio.h>#include <stdlib.h>#include "user/common/file.h"#include "user/common/syscalls.h"Go to the source code of this file.
Functions | |
| int | fgetc (FILE *stream) |
| int fgetc | ( | FILE * | stream | ) |
Definition at line 7 of file fgetc.c.
References _FILE_CHECK_AVAIL, _FILE_GETC, _file_prepare_read(), EOF, ERR, FILE::mtx, mtx_lock(), and mtx_unlock().