mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-23 04:12:04 +00:00
513bd804b1
- also fatfs is stupid - also close files properly on a failed copy - also check for errors during folder readouts - also make sure holding vol- doesn't dump the keys anyway
7 lines
No EOL
196 B
C
7 lines
No EOL
196 B
C
#pragma once
|
|
#include <utils/types.h>
|
|
#include "../../utils/vector.h"
|
|
#include "../fstypes.h"
|
|
|
|
void clearFileVector(Vector_t *v);
|
|
Vector_t /* of type FSEntry_t */ ReadFolder(char *path, int *res); |