other versions
- Tumbleweed 1.5.0-1.1
- Leap-16.0
- Leap-15.6
| KCAPI_MEMSET_SECURE(3) | Programming Interface | KCAPI_MEMSET_SECURE(3) |
NAME¶
kcapi_memset_secure - memset implementation that will not be optimized away by the compiler
SYNOPSIS¶
void kcapi_memset_secure(void * s, int c, size_t n);
ARGUMENTS¶
s
[in] see memset(3)
c
[in] see memset(3)
n
[in] see memset(3)
DESCRIPTION¶
The parameters, he logic and the return code is identical to memset(3).
AUTHOR¶
Stephan Mueller <smueller@chronox.de>
Author.
COPYRIGHT¶
| April 2025 | libkcapi Manual 1.5.0 |