24 #ifndef INCcantProceedh 25 #define INCcantProceedh 30 #include "libComAPI.h" 64 const
char *errorMessage);
LIBCOM_API void * mallocMustSucceed(size_t size, const char *errorMessage)
A malloc() that never returns NULL.
#define EPICS_PRINTF_STYLE(f, a)
LIBCOM_API void * callocMustSucceed(size_t count, size_t size, const char *errorMessage)
A calloc() that never returns NULL.
LIBCOM_API void cantProceed(const char *errorMessage,...) EPICS_PRINTF_STYLE(1
Suspend this thread, the caller cannot continue or return.
Compiler specific declarations.