One-file C library for obtaining CPU, RAM, HDD and GPU info
Go to file
ColumbusUtrigas 24948bc720
Create LICENSE
2018-11-22 13:27:20 +03:00
.gitignore Initial commit 2017-11-24 20:52:33 +03:00
ColumbusInfo.hpp Linux 2018-02-06 17:16:03 +03:00
Doxyfile Documentation 2018-11-21 20:15:24 +03:00
LICENSE Create LICENSE 2018-11-22 13:27:20 +03:00
README.md README 2018-11-21 20:22:43 +03:00
corinfo.h documentation 2018-11-21 20:22:31 +03:00

README.md

corinfo

One-file C library for obtaining CPU, RAM 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