mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef __FREQ_NO_VECTOR__
|
|
#define __FREQ_NO_VECTOR__
|
|
|
|
void* compute_nov(void * pthread_arg);
|
|
|
|
#endif
|