src/lib/libm/src/s_signgam.c

8 lines
164 B
C

/* $OpenBSD: s_signgam.c,v 1.3 2016/09/12 19:47:02 guenther Exp $ */
#include "math.h"
#include "math_private.h"
int signgam = 0;
#if 0
DEF_NONSTD(signgam);
#endif