lustrec-tests/regression_tests/modules/read_value.c @ 02d89bbb
1 |
#include <stdio.h>
|
---|---|
2 |
#include <stdlib.h>
|
3 |
int main (int argc, char *argv[]){ |
4 |
double input = atof(argv[1]); |
5 |
if (input){ |
6 |
printf("command : %s\n FAILED", argv[2]); |
7 |
}
|
8 |
return input; |
9 |
}
|
- « Previous
- 1
- …
- 4
- 5
- 6
- Next »