PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
fopen.c File Reference
#include <stdio.h>
#include "user/common/file.h"
#include "user/common/syscalls.h"
Include dependency graph for fopen.c:

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.

Here is the caller graph for this function:

◆ fopen()

FILE * fopen ( const char *_RESTRICT  filename,
const char *_RESTRICT  mode 
)

Definition at line 27 of file fopen.c.

Here is the call graph for this function:
Here is the caller graph for this function: