PatchworkOS
Loading...
Searching...
No Matches
constraint_handler.h
Go to the documentation of this file.
1#pragma once
2#include "use_annex_k.h"
3
4#include <stdlib.h>
5
6#include "error_strings.h"
7
8extern constraint_handler_t _constraintHandler;
9
10#define _CONSTRAINT_VIOLATION(e) _error_strings[e], NULL, e
11
constraint_handler_t _constraintHandler
void _constraint_handler_init(void)