OSDN Git Service

Add in random(), make rand use that under the hood. Fix the
authorEric Andersen <andersen@codepoet.org>
Thu, 22 Mar 2001 06:14:18 +0000 (06:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 22 Mar 2001 06:14:18 +0000 (06:14 -0000)
commit0a8dc1a9440fc1c4e706f5d346895f67a329ce54
treebb05e1c410a1c0ac81ea3f4be160222010060a73
parentc132ecc38fe4508e9dbd97ec9ada86d6637d97ae
Add in random(), make rand use that under the hood.  Fix the
include file so folks know random is now there.
include/stdlib.h
libc/stdlib/Makefile
libc/stdlib/rand.c
libc/stdlib/random.c [new file with mode: 0644]