diff options
Diffstat (limited to 'test_f.c')
-rw-r--r-- | test_f.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test_f.c b/test_f.c deleted file mode 100644 index 8811f1e..0000000 --- a/test_f.c +++ /dev/null @@ -1,5 +0,0 @@ -double f(double x) { - static int counter = 0; - ++counter; - return counter * x; -} |