Big refactoring

This commit is contained in:
Dr-Noob
2020-06-20 11:24:43 +02:00
parent 7cd4cb6dcb
commit e766f38884
7 changed files with 187 additions and 228 deletions

View File

@@ -5,6 +5,6 @@
#include "cpuid.h"
#include <stdlib.h>
char* getString_CPUName();
char* get_str_cpu_name();
#endif