#so i could use some help is this a good fs struct
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved or the button below to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
char filename[255];
Going for the classic Microsoft vibe I see.
seems 1/2 of that .c should be a .h and the reminder rewritten as you don’t need 19 lines to set 19 bytes
HA
ok
willsmallen
so the ggc auto compete wanted me to change from
header.magic("#qorkcrastinatingFS")
to
header.magic[0] = '#';
header.magic[1] = 'q';
header.magic[2] = 'o';
header.magic[3] = 'r';
header.magic[4] = 'k';
header.magic[5] = 'c';
header.magic[6] = 'r';
header.magic[7] = 'a';
header.magic[8] = 's';
header.magic[9] = 't';
header.magic[10] = 'i';
header.magic[11] = 'n';
header.magic[12] = 'a';
header.magic[13] = 't';
header.magic[14] = 'i';
header.magic[15] = 'n';
header.magic[16] = 'g';
header.magic[17] = 'F';
header.magic[18] = 'S';
that
.and like im not gonna fight it
uh? what auto complete?
vscode c intelligence
!solved
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity