libuproc  1.2.0
Functions
features.h File Reference

Module: Info about compile-time features. More...

#include <stdbool.h>
#include "uproc/io.h"

Go to the source code of this file.

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...
 

Detailed Description

Module: Info about compile-time features.