Hello Everyone,
In the
struct DIRENTRY {
Should char system be [8]?
In the
struct DIRENTRY {
char name[20];
s32 attr;
s32 size;
u32 next;
s32 head;
char system[4];
};Should char system be [8]?