|
jaulib v1.4.1
Jau Support Library (C++, Java, ..)
|
Go to the source code of this file.
Namespaces | |
| namespace | jau |
| __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Functions | |
| void | jau::zero_bytes_sec (void *s, size_t n) noexcept __attrdecl_no_optimize__ |
| Wrapper to ::explicit_bzero(), ::bzero() or ::memset(), whichever is available in that order. | |