mirror of
https://github.com/johndoe6345789/typthon.git
synced 2026-04-24 13:45:05 +00:00
7 lines
207 B
C
7 lines
207 B
C
#include <inttypes.h>
|
|
#include "python_hacl_namespaces.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))
|