clang-format -i *.cc *.c *.h

This commit is contained in:
2025-09-29 18:54:48 +02:00
parent f3057e92be
commit f1b2902640
8 changed files with 194 additions and 249 deletions

View File

@@ -11,5 +11,5 @@ int fat12_init(void* fat_addr, void* rootdir_addr);
* Returns:
* -4 if file is not found
* -5 if there is a disk error
*/
*/
int fat12_readfile(const char* name, void* addr);