6 lines
101 B
C
6 lines
101 B
C
#include "fsck_msdos.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return fsck_msdos_main(argc, argv);
|
|
}
|