8 lines
94 B
C
8 lines
94 B
C
#include <stdio.h>
|
|
|
|
void fat32_init(void);
|
|
|
|
int main(void) {
|
|
fat32_init();
|
|
return 0;
|
|
} |