PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
constraint_handler.h File Reference
#include "use_annex_k.h"
#include <stdlib.h>
#include "error_strings.h"
Include dependency graph for constraint_handler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

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

Functions

void _constraint_handler_init (void)
 

Variables

constraint_handler_t _constraintHandler
 

Macro Definition Documentation

◆ _CONSTRAINT_VIOLATION

#define _CONSTRAINT_VIOLATION (   e)    _errorStrings[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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _constraintHandler

constraint_handler_t _constraintHandler
extern

Definition at line 3 of file constraint_handler.c.