summaryrefslogtreecommitdiffstats
path: root/Modules/_hacl/lib_memzero0.h
blob: fea3e41c907f4401f83cf44fcc5f2ed27880647e (plain)
1
2
3
4
5
#include <inttypes.h>

void Lib_Memzero0_memzero0(void *dst, uint64_t len);

#define Lib_Memzero0_memzero(dst, len, t, _ret_t) Lib_Memzero0_memzero0(dst, len * sizeof(t))