Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1620 → Rev 1621

/shark/branches/xen/libc/arch/x86/stdlib/random.c
19,8 → 19,8
* For legalese, check out the included GPL license.
*/
 
#include <ll/i386/stdlib.h>
#include <ll/math.h>
#include <arch/i386/stdlib.h>
#include <arch/math.h>
 
FILE(random);