1 ///////////////////////////////////////////////////////////////////////////////
3 /// \file tuklib_cpucores.h
4 /// \brief Get the number of CPU cores online
6 // Author: Lasse Collin
8 // This file has been put into the public domain.
9 // You can do whatever you want with this file.
11 ///////////////////////////////////////////////////////////////////////////////
13 #ifndef TUKLIB_CPUCORES_H
14 #define TUKLIB_CPUCORES_H
16 #include "tuklib_common.h"
19 #define tuklib_cpucores TUKLIB_SYMBOL(tuklib_cpucores)
20 extern uint32_t tuklib_cpucores(void);