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

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

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