From 6af21e6a4f2251e71353562d5df7f376fdffc270 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 25 Mar 2025 17:36:52 -0400 Subject: initial checkout from wrc --- 0.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 0.h (limited to '0.h') diff --git a/0.h b/0.h new file mode 100644 index 0000000..217b580 --- /dev/null +++ b/0.h @@ -0,0 +1,38 @@ +/** +** @file ? +** +** @author CSCI-452 class of 20245 +** +** @brief ? +*/ + +#ifndef ?_H_ +#define ?_H_ + +#include + +/* +** General (C and/or assembly) definitions +*/ + +#ifndef ASM_SRC + +/* +** Start of C-only definitions +*/ + +/* +** Types +*/ + +/* +** Globals +*/ + +/* +** Prototypes +*/ + +#endif /* !ASM_SRC */ + +#endif -- cgit v1.2.3-freya