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

Go to the source code of this file.

Functions

static const char * _flags_to_string (_file_flags_t flags)
 
FILEfopen (const char *_RESTRICT filename, const char *_RESTRICT mode)
 

Function Documentation

◆ _flags_to_string()

static const char * _flags_to_string ( _file_flags_t  flags)
static

Definition at line 6 of file fopen.c.

References _FILE_APPEND, _FILE_READ, _FILE_RW, and _FILE_WRITE.

Referenced by fopen().

◆ fopen()