summaryrefslogtreecommitdiff
path: root/nbench1.h
diff options
context:
space:
mode:
Diffstat (limited to 'nbench1.h')
-rw-r--r--nbench1.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/nbench1.h b/nbench1.h
index 2537698..4cc8465 100644
--- a/nbench1.h
+++ b/nbench1.h
@@ -22,12 +22,6 @@
** from the use of this code or the results obtained from using
** this code.
*/
-#include <stdint.h>
-
-/*
-** DEFINES
-*/
-/* #define DEBUG */
/*
** EXTERNALS
@@ -45,11 +39,6 @@ extern HuffStruct global_huffstruct;
extern NNetStruct global_nnetstruct;
extern LUStruct global_lustruct;
-/* External PROTOTYPES */
-extern int32_t randwc(int32_t num);
-extern uint32_t abs_randwc(uint32_t num);
-extern int32_t randnum(int32_t lngval);
-
extern unsigned long StartStopwatch();
extern unsigned long StopStopwatch(unsigned long startticks);
extern unsigned long TicksToSecs(unsigned long tickamount);