mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
6 lines
59 B
C
6 lines
59 B
C
#include <stdio.h>
|
|
|
|
void* compute_nov() {
|
|
return NULL;
|
|
}
|