From 8e469bf1068e534076abff65ddb66676abf35f32 Mon Sep 17 00:00:00 2001 From: dopefishh Date: Fri, 2 Oct 2015 09:38:23 +0200 Subject: [PATCH] csv file on real linux machine --- mart/ex10/Makefile | 2 +- mart/ex10/ex10a.c | 2 +- mart/ex10/ex10ab.csv | 10028 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 10030 insertions(+), 2 deletions(-) create mode 100644 mart/ex10/ex10ab.csv 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