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