ASSERT, assert - expression verification
#include <sys/debug.h> void ASSERT(EX);
Architecture independent level 1 (DDI/DKI).
EX
The ASSERT() macro checks to see if the expression EX is true. If it is not, then ASSERT() causes an error message to be logged to the console and the system to panic. ASSERT() works only if the preprocessor symbol DEBUG is defined.
The ASSERT() macro can be used from user, interrupt, or kernel context.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |