Include rand.h so RAND_pseudo_bytes may be declared.
Remove one ampersand so the compiler may complain less. Make rand() static so it will not conflict with the C RTL. Make bug() static too, for good measure.
parent
c257cce9
Please register or sign in to comment