libz-sys 1.1.5

Low-level bindings to the system libz library (also known as zlib).
Documentation
1
2
3
4
5
6
7
8
#ifndef S390_FEATURES_H_
#define S390_FEATURES_H_

extern int s390_cpu_has_vx;

void Z_INTERNAL s390_check_features(void);

#endif