1#ifndef GIMBAL_SYSTEM__H
2#define GIMBAL_SYSTEM__H
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;
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;