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

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

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