repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Replace our fftpack version with Numpy's version
[gromacs.git]
/
cmake
/
TestRetSigType.c
blob
4a9a932e0dca270a64111d7b3b102d7beb5b8a7c
1
#include <sys/types.h>
2
#include <signal.h>
3
4
int
5
main
()
6
{
7
return
*(
signal
(
0
,
0
)) (
0
) ==
1
;
8
}