diff options
| author | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-20 22:01:25 +0200 |
| commit | 1963dbcd92c15094c99d2f900e4812611b6af733 (patch) | |
| tree | 0e77a76d24aa2eae2f12e6d889bd1aa65bdc26f0 /userspace | |
| parent | e4febc5aac3006c3ef025b5f708ec51fdac63b94 (diff) | |
Makefile fix
Diffstat (limited to 'userspace')
| -rw-r--r-- | userspace/test-math.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/test-math.c b/userspace/test-math.c index acaecad..9327c19 100644 --- a/userspace/test-math.c +++ b/userspace/test-math.c @@ -19,6 +19,7 @@ int main(int argc, char **argv) for(int i=0;i<10;i++) { int r=rand()%100; + printf ("the random number is %i",r); printf("sin(%i) = %f \n",r,sin(r)); } |
