libuproc
1.2.0
|
Functions | |
void | uproc_features_print (uproc_io_stream *stream) |
Print formatted info about features. More... | |
const char * | uproc_features_version (void) |
Version name. More... | |
bool | uproc_features_zlib (void) |
Check zlib support. More... | |
const char * | uproc_features_zlib_version (void) |
zlib's version string More... | |
bool | uproc_features_mmap (void) |
Check mmap() support. More... | |
int | uproc_features_openmp (void) |
Obtain OpenMP version. More... | |
void uproc_features_print | ( | uproc_io_stream * | stream | ) |
Print formatted info about features.
const char* uproc_features_version | ( | void | ) |
Version name.
bool uproc_features_zlib | ( | void | ) |
Check zlib support.
const char* uproc_features_zlib_version | ( | void | ) |
zlib's version string
bool uproc_features_mmap | ( | void | ) |
Check mmap() support.
int uproc_features_openmp | ( | void | ) |
Obtain OpenMP version.
_OPENMP
, or 0 if compiled without OpenMP.