summaryrefslogtreecommitdiff
path: root/src/stdlib/constraint_handler_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/constraint_handler_t.c')
-rw-r--r--src/stdlib/constraint_handler_t.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/constraint_handler_t.c b/src/stdlib/constraint_handler_t.c
new file mode 100644
index 00000000..6c109471
--- /dev/null
+++ b/src/stdlib/constraint_handler_t.c
@@ -0,0 +1,5 @@
+typedef void (*constraint_handler_t)(const char * restrict msg, void * restrict ptr, errno_t error);
+
+/*
+CEXT1(201112)
+*/