fix some bugs in scanf %[ handling detected while writing the wide version
[musl] / src / math / signgam.c
1 #include "libm.h"
2
3 int __signgam = 0;
4
5 weak_alias(__signgam, signgam);