|
Arduino Posix Filesystems
|
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) |
Simple minimal replacment for stdio.h.