comprehensible and rewrite-friendly software → More resilient society.
1 2 3 4 5 6 7 8 9 10
#ifndef SYSTEMFS_H #define SYSTEMFS_H #include "device.h" #include "fs.h" #include "common.h" void initializeSystemFS(); #endif // SYSTEMFS_H