repositories
/
des2015.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9bb5e
)
small update
author
root
<root@xenomailinux.localdomain>
Thu, 1 Oct 2015 18:23:50 +0000
(20:23 +0200)
committer
root
<root@xenomailinux.localdomain>
Thu, 1 Oct 2015 18:23:50 +0000
(20:23 +0200)
mart/ex10/ex10a.c
patch
|
blob
|
history
diff --git
a/mart/ex10/ex10a.c
b/mart/ex10/ex10a.c
index
c0781f7
..
4b0a0a4
100644
(file)
--- a/
mart/ex10/ex10a.c
+++ b/
mart/ex10/ex10a.c
@@
-26,7
+26,7
@@
void taskf(void *arg)
FILE *file;
file = fopen("ex10a.csv", "w");
for(i = 0; i<SAMPLES-1; i++){
- fprintf(file, "%u
\t
%llu\n", i, times[i+1]-times[i]);
+ fprintf(file, "%u
,
%llu\n", i, times[i+1]-times[i]);
}
fclose(file);
}