mailing list of musl libc
 help / color / mirror / code / Atom feed
a25306d7a1046067aa444a107f2ce61ac9613722 blob 196 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <string.h>
#include "libc.h"

void __aeabi_memclr(void *dest, size_t n)
{
	memset(dest, 0, n);
}
weak_alias(__aeabi_memclr, __aeabi_memclr4);
weak_alias(__aeabi_memclr, __aeabi_memclr8);
debug log:

solving a25306d7 ...
found a25306d7 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).