Sha256: 085dd82e82d283bc77056541c9e4955a127dc0f548c4acc7dabe02b3b23c9592
Contents?: true
Size: 400 Bytes
Versions: 16
Compression:
Stored size: 400 Bytes
Contents
#pragma once #include "stdint.h" #ifdef __cplusplus extern "C" { #endif /** * Collects all default facts and store them as a C-string in JSON format. * @param result a pointer to the C-string pointer to the collected facts. * @return Returns EXIT_FAILURE if it fails to retrieve or copy facts; EXIT_SUCCESS otherwise. */ uint8_t get_default_facts(char **result); #ifdef __cplusplus } #endif
Version data entries
16 entries across 16 versions & 2 rubygems