One-file C library for obtaining CPU, RAM, HDD and GPU info
Go to file
ColumbusUtigas 5d182db6d8 multi-core fix 2019-12-10 21:48:05 +03:00
.gitignore Initial commit 2017-11-24 20:52:33 +03:00
Doxyfile Documentation 2018-11-24 12:59:41 +03:00
LICENSE Create LICENSE 2018-11-22 13:27:20 +03:00
README.md READMe 2018-11-22 22:47:58 +03:00
corinfo.h multi-core fix 2019-12-10 21:48:05 +03:00

README.md

corinfo

One-file C library for obtaining CPU, RAM, HDD and GPU info

The master hosted on github: https://github.com/ColumbusUtrigas/corinfo

Using

You need only is to include corinfo.h in your project and you can use it! Library does not require any compilation flags, other libraries or tons of code.

To get all info use

struct corinfo info;
if (corinfo_GetInfo(&info) == -1) error();

Documentation

To generate detailed documentation of library use

doxygen