Linux Audio

Check our new training course

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

extern unsigned short __seed48[7];

void lcong48(unsigned short p[7])
{
	memcpy(__seed48, p, sizeof __seed48);
}