From 1963dbcd92c15094c99d2f900e4812611b6af733 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 20 Aug 2018 22:01:25 +0200 Subject: Makefile fix --- userspace/test-math.c | 1 + 1 file changed, 1 insertion(+) (limited to 'userspace') 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)); } -- cgit v1.2.3