Files
cpufetch/extended.h
2018-03-29 23:27:59 +02:00

11 lines
136 B
C

#ifndef __EXTENDED__
#define __EXTENDED__
#define MASK 0xFF
#include "cpuid.h"
#include <stdlib.h>
char* getString_CPUName();
#endif