Skip to content

Instantly share code, notes, and snippets.

@TuxSH
TuxSH / fs_dev.c
Last active June 5, 2019 00:29
fs_dev.c for fatfs
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <fcntl.h>
#include <sys/iosupport.h>
#include <sys/param.h>
#include <unistd.h>