zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
include
zos-getentropy.h
Go to the documentation of this file.
1
#ifndef __ZOS_GET_ENTROPY_H_
2
#define __ZOS_GET_ENTROPY_H_
3
4
#if (__EDC_TARGET < 0x42050000) || defined(ZOSLIB_ENABLE_V2R5_FEATURES)
5
#include "
zos-macros.h
"
6
#include <
sys/types.h
>
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
17
__Z_EXPORT
int
__getentropy
(
void
* buffer,
size_t
length);
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
// __ZOS_GET_ENTROPY_H_
23
#endif
// (__EDC_TARGET < 0x42050000) || defined(ZOSLIB_ENABLE_V2R5_FEATURES)
types.h
__getentropy
__Z_EXPORT int __getentropy(void *buffer, size_t length)
Definition
zos-getentropy.cc:74
zos-macros.h
__Z_EXPORT
#define __Z_EXPORT
Definition
zos-macros.h:13
Generated by
1.9.8