ColumbusUtrigas / corinfo

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

Home Page:https://columbusutrigas.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://columbusutrigas.github.io/

License:MIT License


Languages

Language:C 100.0%