summaryrefslogtreecommitdiff
path: root/src/stdlib/constraint_handler_t.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 15:55:19 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 15:55:19 -0400
commite223e635cc53fa11e473cdbc864eb69a3da5f290 (patch)
treed481ca6fb0b7f4184f3ec259a6f9c37d76e56a26 /src/stdlib/constraint_handler_t.c
parent700fbd205a1a428677876d322606b9a354221892 (diff)
add skeleton of symbols from C11 LIB_EXT1
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)
+*/