projects
/
epclust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
work on CSV preprocessing
[epclust.git]
/
data
/
preprocessing
/
test_convert.c
1
int
main
(
int
argc
,
char
**
argv
)
2
{
3
execl
(
"transform"
,
"input_test.csv"
,
1
,
3
,
"output_test.csv"
,
","
);
4
//TODO: diff, .... http://stackoverflow.com/questions/7292642/grabbing-output-from-exec
5
}