diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /userspace/add.c | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
Diffstat (limited to 'userspace/add.c')
| -rw-r--r-- | userspace/add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/userspace/add.c b/userspace/add.c index 04f7f17..94bb244 100644 --- a/userspace/add.c +++ b/userspace/add.c @@ -1,8 +1,8 @@ #include <stdio.h> #include <string.h> #include <stdint.h> -#include "../fs/fs.h" #include <math.h> +#include "../fs/fs.h" int main(int argc, char **argv) { @@ -29,7 +29,7 @@ int main(int argc, char **argv) puts("--------"); printf("sum = %f \n",sum); printf("avg = %f \n",sum/i); - printf("sin(avg) = %f \n\n",sin(sum/i)); +// printf("sin(avg) = %f \n\n",sin(sum/i)); } return 0; |
