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

void assert()
{
	__undefined("The assert() macro has been suppressed to access an actual function");
}

/*
SIGNAL_SAFE(0)
STDC(0)
*/