index
:
cuddles.git
master
cute x86-64 operating system, WIP ^w^. todo: https://pad.piratenpartei.at/p/cuddlesOS
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stage3
/
rng.h
blob: 7e3f5ed51c490173b647088f4e2cb2d7edb69df4 (
plain
)
1
2
3
4
5
6
7
#ifndef RNG_H #define RNG_H int rand(); void srand(int seed); #endif