started memory allocator, allocated final stack, added move_init_stack
[lugburz] / src / debug.h
1 #ifndef DEBUG_H_
2 #define DEBUG_H_
3
4 void memdump(void *ptr, int len);
5
6 void panic(const char *fmt, ...);       /* defined in amiga/startup.s */
7
8 #endif  /* DEBUG_H_ */