giiPanic - Exit LibGII programs for fatal errors
void giiPanic(const char *format, ...); .SH "DESCRIPTION"
ggiPanic shuts down the application, closing all inputs, with printf(3) -style reporting to stderr, taking a format string and any additional variables.
giiPanic should only be used by usermode programs when something is really screwed, and they do not know what to do. The same applies for libraries, but might be used in rare situations such as corruption of critical data structures.
if (my_important_struct->magic != MAGIC) { giiPanic("Fatal error: magic corrupted\n"); }
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |