logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cpu_list_t - a structure that holds a list of processor names

Author

       Generated automatically by Doxygen for libcpuid from the source code.

libcpuid                                          Version 0.8.0                                    cpu_list_t(3)

Detailed Description

       a structure that holds a list of processor names

Field Documentation

char**cpu_list_t::names
       Pointers to names. There will be num_entries of them

   intcpu_list_t::num_entries
       Number of entries in the list

Name

       cpu_list_t - a structure that holds a list of processor names

Synopsis

       #include <libcpuid.h>

   DataFields
       int num_entries
       char ** names

See Also