19void Rm(
const char *argv[],
int argc);
20void Mkf(
const char *argv[],
int argc);
21void Writef(
const char *argv[],
int argc);
22void Readf(
const char *argv[],
int argc);
void Readf(const char *argv[], int argc)
Read and display contents of a file from the FAT16 filesystem.
void Rm(const char *argv[], int argc)
Delete a file from the FAT16 filesystem.
void Writef(const char *argv[], int argc)
Write data to a file in the FAT16 filesystem from user input.
void Mkf(const char *argv[], int argc)
Create a new empty file on the FAT16 filesystem.