add dump to sd file option

This commit is contained in:
Such Meme, Many Skill
2019-08-20 01:26:39 +02:00
parent d000f86c89
commit 9281e4bbbc
3 changed files with 34 additions and 9 deletions

View File

@@ -15,4 +15,5 @@ int copy(const char *src, const char *dst);
void addchartoarray(char *add, char *items[], int spot);
int copywithpath(const char *src, const char *dstpath, int mode, char *app);
void return_readable_byte_amounts(unsigned long int size, char *in);
int getfilesize(const char *path);
int getfilesize(const char *path);
int dumptosd(const char *path);