added copytron filemanager and working on flipper
This commit is contained in:
12
source/flipper.h
Normal file
12
source/flipper.h
Normal file
@@ -0,0 +1,12 @@
|
||||
typedef struct {
|
||||
char line[255];
|
||||
} line;
|
||||
typedef struct {
|
||||
line lins[50];
|
||||
} buffer;
|
||||
|
||||
void FlipperSetBuffer(const char* path);
|
||||
void FlipperAdd(line);
|
||||
void FlipperRemove(line);
|
||||
void FlipperInDir();
|
||||
void FlipperOutDir();
|
||||
Reference in New Issue
Block a user