summaryrefslogtreecommitdiff
path: root/nbench1.h
diff options
context:
space:
mode:
Diffstat (limited to 'nbench1.h')
-rw-r--r--nbench1.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nbench1.h b/nbench1.h
index a892043..2537698 100644
--- a/nbench1.h
+++ b/nbench1.h
@@ -50,13 +50,6 @@ extern int32_t randwc(int32_t num);
extern uint32_t abs_randwc(uint32_t num);
extern int32_t randnum(int32_t lngval);
-extern void *AllocateMemory(unsigned long nbytes, /* From SYSSPEC */
- int *errorcode);
-extern void FreeMemory(void *mempointer,
- int *errorcode);
-extern void MoveMemory(void *destination,
- void *source, unsigned long nbytes);
-extern void ReportError(char *context, int errorcode);
extern unsigned long StartStopwatch();
extern unsigned long StopStopwatch(unsigned long startticks);
extern unsigned long TicksToSecs(unsigned long tickamount);