This commit is contained in:
2026-09-07 19:33:37 +08:00
parent c945aa211f
commit c7b6c90ec9
20 changed files with 1029 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef INCLUDED_C_HARDWARECONCURRENCY_H
#define INCLUDED_C_HARDWARECONCURRENCY_H
#ifndef INCLUDED_C_TYPES_H
#include <c_Types.h>
#endif /*INCLUDED_C_TYPES_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
c_size_t c_HardwareConcurrency(void);
#endif /*INCLUDED_C_HARDWARECONCURRENCY_H*/