summaryrefslogtreecommitdiff
path: root/src/stdlib/constraint_handler_t.c
blob: 6c1094719651c7bd123abd6be4419ad5a72c3870 (plain)
1
2
3
4
5
typedef void (*constraint_handler_t)(const char * restrict msg, void * restrict ptr, errno_t error);

/*
CEXT1(201112)
*/