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

#include <stdlib.h>

void abort_handler_s(const char * restrict msg, void * restrict ptr, errno_t error)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/


#endif