summaryrefslogtreecommitdiff
path: root/src/stdlib/__constraint_info.h
blob: b0d3b7d407a8f9a9aaeb622e1be39fa0f044c156 (plain)
1
2
3
4
5
6
7
8
9
struct __constraint_info {
	const char *func;
	int value;
	int signal;
};

/*
STDC(-1)
*/