summaryrefslogtreecommitdiff
path: root/src/stdlib/set_constraint_handler_s.c
blob: b32c9860d2b8a5e51c64a9431cd113ec08efbd0b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "stdlib.h"

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

/*
CEXT1(201112)
*/