rcx

library of miscellaneous bits of C code
git clone git://git.rr3.xyz/rcx
Log | Files | Refs | README | LICENSE

commit f27fc6a13a8a7ed2270de6509f021f9e96db599f
parent e28da4600a0f6d0a55ec81d0e1eaa60bb4d408eb
Author: Robert Russell <robertrussell.72001@gmail.com>
Date:   Mon, 22 May 2023 17:09:39 -0700

Add pragma once to rand.h

Diffstat:
Minc/rand.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/inc/rand.h b/inc/rand.h @@ -1,3 +1,5 @@ +#pragma once + #include "bits.h" #include "def.h"