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