Print all information

This commit is contained in:
Dr-Noob
2018-03-29 23:27:59 +02:00
parent 4ebcfbeed3
commit 978f283e1a
10 changed files with 409 additions and 15 deletions

View File

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