OpenLibm/src/s_signgam.c

8 lines
108 B
C
Raw Normal View History

#include <openlibm.h>
#include "math_private.h"
#ifndef OPENLIBM_ONLY_THREAD_SAFE
int signgam = 0;
#endif