From e223e635cc53fa11e473cdbc864eb69a3da5f290 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 15:55:19 -0400 Subject: add skeleton of symbols from C11 LIB_EXT1 --- src/stdlib/constraint_handler_t.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/stdlib/constraint_handler_t.c (limited to 'src/stdlib/constraint_handler_t.c') 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) +*/ -- cgit v1.2.1