Cryptography in C and C++

Team-Fly

B.12 Miscellaneous Functions

LINT_ERRORS Get_Warning_Status (void);

query error status of a LINT object

static void Set_LINT_Error_Handler (void (*)(LINT_ERRORS err, const char* const, const int, const int));

activation of a user routine for handling errors with LINT operations. The registered routine replaces the LINT standard error handler panic(); deactivation of registration of user routine and simultaneous reactivation of use routine panic() managed by the call Set_LINT_Error_Handler (NULL);


Team-Fly

Категории