|
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 | fputc (int c, FILE *stream) |
| int fputc | ( | int | c, |
| FILE * | stream | ||
| ) |
Definition at line 7 of file fputc.c.
References _file_flush_buffer(), _FILE_LINE_BUFFERED, _file_prepare_write(), _FILE_UNBUFFERED, FILE::buf, FILE::bufIndex, FILE::bufSize, EOF, ERR, FILE::flags, FILE::mtx, mtx_lock(), and mtx_unlock().