summaryrefslogtreecommitdiff
path: root/src/stdlib/set_constraint_handler_s.c
blob: cecf3cbb0c8c51e60b3b6c83c40286fefb7752ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if 0

#include <stdlib.h>

constraint_handler_t set_constraint_handler_s(constraint_handler_t handler)
{
	__C_EXT(1, 201112L);
	return handler;
}

/*
CEXT1(201112)
*/


#endif