From: dopefishh Date: Fri, 2 Oct 2015 07:38:23 +0000 (+0200) Subject: csv file on real linux machine X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=8e469bf1068e534076abff65ddb66676abf35f32;p=des2015.git csv file on real linux machine --- diff --git a/mart/ex10/Makefile b/mart/ex10/Makefile index 0940a95..bd20223 100644 --- a/mart/ex10/Makefile +++ b/mart/ex10/Makefile @@ -3,7 +3,7 @@ LDFLAGS=$(shell xeno-config --xeno-ldflags)\ -lnative -lrtdk -Xlinker -rpath\ -Xlinker $(shell xeno-config --libdir) -BINARIES=ex10a ex10d +BINARIES=ex10a #ex10d all: $(BINARIES) diff --git a/mart/ex10/ex10a.c b/mart/ex10/ex10a.c index 4b0a0a4..dca8341 100644 --- a/mart/ex10/ex10a.c +++ b/mart/ex10/ex10a.c @@ -24,7 +24,7 @@ void taskf(void *arg) rt_task_wait_period(NULL); } FILE *file; - file = fopen("ex10a.csv", "w"); + file = fopen("ex10ab.csv", "w"); for(i = 0; i