Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 289 Bytes

osx-cpu-info

C program to get cpu info like temperature, fan speed and others.

Based on [https://github.com/Chris911/iStats]

cc osx-cpu-info.c -o osx-cpu-info -framework IOKit -framework CoreFoundation -Wall
gcc main.c -o main -framework IOKit -framework CoreFoundation -Wall