summaryrefslogtreecommitdiff
path: root/src/stdlib/__stdlib.c
blob: b6423713401db24e6dbc65dfd38c3bccb4f4f2b5 (plain)
1
2
3
4
5
6
7
8
9
#include "_stdlib.h"

struct __stdlib __stdlib = {
	.constraint_handler = abort_handler_s,
};

/*
STDC(0)
*/