Functions

Returns a string describing the specific cpu architecture in use. nstd_os_free_arch_name must be called to free memory allocated by this function. Returns: char *arch_name - The cpu architecture’s name as a string.

Frees memory allocated by nstd_os_arch_name. Parameters: const char **arch_name - Pointer to the arch name cstr.

Frees memory allocated by nstd_os_name. Parameters: const char **os_name - Pointer to the os name cstr.

Returns a string describing the specific operating system in use. nstd_os_free_name must be called to free memory allocated by this function. Returns: char *os_name - The os’s name as a string.