farfetch/src/gpu.h

7 行
64 B
C

#ifndef GPU_H
#define GPU_H
const char *display_gpu();
#endif