farfetch/src/cpu.h

7 行
64 B
C

#ifndef CPU_H
#define CPU_H
const char *display_cpu();
#endif