/* Declarations for common routines for Sim. */ #ifndef HAVE_COMMON_H #define HAVE_COMMON_H void CleanAllInit (void); void *xmalloc (unsigned long size); void *xrealloc (void *ptr, unsigned long size); void xfree (void *ptr); void *xHLock (HANDLE handle); HANDLE xHeapUnlock (HANDLE handle); #endif /* not HAVE_COMMON_H */