aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/include/fatfile_ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-modifications/include/fatfile_ex.h')
-rw-r--r--sdk-modifications/include/fatfile_ex.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/sdk-modifications/include/fatfile_ex.h b/sdk-modifications/include/fatfile_ex.h
deleted file mode 100644
index c434b63..0000000
--- a/sdk-modifications/include/fatfile_ex.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _FATFILE_EX_H_
-#define _FATFILE_EX_H_
-
-#include <stdio.h>
-#include "fatfile.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int freadex( void * buffer, int _size, int _n, FILE * f );
-int fwritex( const void * buffer, int _size, int _n, FILE * f );
-
-#ifdef __cplusplus
-}
-#endif
-
-
-#endif//_FATFILE_EX_H_