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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#include <stdlib.h>
#include <string.h>
#include "rand48.h"

unsigned short *seed48(unsigned short *s)
{
	static unsigned short p[3];
	memcpy(p, __seed48, sizeof p);
	memcpy(__seed48, s, sizeof p);
	return p;
}
debug log:

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