#if defined(__has_include)
#if __has_include("config.h")
#include "config.h"
#endif
#endif
#ifdef _WIN32
#include <windows.h>
#endif
#if (defined(__APPLE__) && defined(__MACH__)) || defined(__linux__)
#define __STDC_WANT_LIB_EXT1__ …
#include <string.h>
#endif
#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <strings.h>
#endif
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <inttypes.h>
#include "lib_memzero0.h"
#include "krml/internal/target.h"
void Lib_Memzero0_memzero0(void *dst, uint64_t len) { … }