repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sd: remove 'ssd' driver support
[unleashed/tickless.git]
/
usr
/
src
/
lib
/
libast
/
common
/
features
/
isoc99
blob
e85c9f52a7e7c160c9dc88041b013cb03a836527
1
if tst -D_ISOC99_SOURCE -lm note{ _ISOC99_SOURCE plays nice }end link{
2
#include <sys/types.h>
3
#include <sys/stat.h>
4
#include <stdlib.h>
5
#include <unistd.h>
6
#include <math.h>
7
int main() { return signbit(-0.0); }
8
}end {
9
#ifndef _ISOC99_SOURCE
10
#define _ISOC99_SOURCE 1
11
#endif
12
}
13
endif