libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_system_.h
1#ifndef GIMBAL_SYSTEM__H
2#define GIMBAL_SYSTEM__H
3
4GBL_EXPORT size_t GblSystem__cpuCount (void) GBL_NOEXCEPT;
5GBL_EXPORT size_t GblSystem__totalRam (void) GBL_NOEXCEPT;
6GBL_EXPORT size_t GblSystem__availableRam (void) GBL_NOEXCEPT;
7
8GBL_EXPORT const char* GblSystem__osName (void) GBL_NOEXCEPT;
9GBL_EXPORT const char* GblSystem__osVersion (void) GBL_NOEXCEPT;
10GBL_EXPORT const char* GblSystem__hostName (void) GBL_NOEXCEPT:
11GBL_EXPORT const char* GblSystem__architecture (void) GBL_NOEXCEPT;
12
13
14#endif // GIMBAL_SYSTEM__H