19 lines
237 B
C
19 lines
237 B
C
#include <pthread.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include "types.h"
|
|
|
|
void get_cpu();
|
|
void get_ram();
|
|
void get_disk();
|
|
void get_device();
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
printf("%d", u_cpu->temperature);
|
|
|
|
return 0;
|
|
}
|
|
|
|
|