mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
11 lines
136 B
C
11 lines
136 B
C
#ifndef __EXTENDED__
|
|
#define __EXTENDED__
|
|
|
|
#define MASK 0xFF
|
|
#include "cpuid.h"
|
|
#include <stdlib.h>
|
|
|
|
char* getString_CPUName();
|
|
|
|
#endif
|