Files
ResInsight/ThirdParty/Ert/cmake/Tests/test_isfinite.c
T

6 lines
75 B
C

#include <math.h>
int main( int argc , char ** argv) {
isfinite(0.0);
}