PatchworkOS
Loading...
Searching...
No Matches
constraint_handler.h File Reference
#include "use_annex_k.h"
#include <stdlib.h>
#include "error_strings.h"

Go to the source code of this file.

Macros

#define _CONSTRAINT_VIOLATION(e)   _error_strings[e], NULL, e
 

Functions

void _constraint_handler_init (void)
 

Variables

constraint_handler_t _constraintHandler
 

Macro Definition Documentation

◆ _CONSTRAINT_VIOLATION

#define _CONSTRAINT_VIOLATION (   e)    _error_strings[e], NULL, e

Definition at line 10 of file constraint_handler.h.

Function Documentation

◆ _constraint_handler_init()

void _constraint_handler_init ( void  )

Definition at line 5 of file constraint_handler.c.

References _constraintHandler, and abort_handler_s().

Referenced by _std_init().

Variable Documentation

◆ _constraintHandler

constraint_handler_t _constraintHandler
extern