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

int __fpclassify_error(void)
{
	UNDEFINED("Argument to fpclassify() macro was not a real floating type");
	return 0;
}

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