summaryrefslogtreecommitdiff
path: root/src/stdlib/abort_handler_s.c
blob: 2405cd79f188f904763de4564ed0e0576aa737f3 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdlib.h>

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

/*
CEXT1(201112)
*/