mailing list of musl libc
 help / color / mirror / code / Atom feed
89299757f22219ea9ec454a9933721dae6378b89 blob 203 bytes (raw)

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

void __aeabi_memset(void *dest, size_t n, int c)
{
	memset(dest, c, n);
}
weak_alias(__aeabi_memset, __aeabi_memset4);
weak_alias(__aeabi_memset, __aeabi_memset8);
debug log:

solving 89299757 ...
found 89299757 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).