11 lines
213 B
C
11 lines
213 B
C
// Tanabata file manager command line interface lib
|
|
// By Masahiko AMANO aka H1K0
|
|
|
|
#ifndef TANABATA_CLI_H
|
|
#define TANABATA_CLI_H
|
|
|
|
// Command Line Interface
|
|
int cli(int argc, char **argv);
|
|
|
|
#endif //TANABATA_CLI_H
|