Arduino Posix Filesystems
Loading...
Searching...
No Matches
Functions
fs_stdio.h File Reference

Simple minimal replacment for stdio.h. More...

#include <stdio.h>

Go to the source code of this file.

Functions

int open (const char *name, int flags,...)
 
int close (int file)
 
int fstat (int file, struct stat *st)
 
int read (int file, void *ptr, size_t len)
 
int write (int file, const void *ptr, size_t len)
 
off_t lseek (int fd, off_t offset, int mode)
 

Detailed Description

Simple minimal replacment for stdio.h.

Author
Phil Schatzmann
Version
0.1
Date
2022-11-12