litl
0.1.1
|
Functions | |
void | litl_merge_traces (const char *arch_name, char **traces_names, const int nb_traces) |
Merges trace files into an archive. This is a modified version of the implementation of the cat function from the Kernighan & Ritchie book. More... | |
void litl_merge_traces | ( | const char * | arch_name, |
char ** | traces_names, | ||
const int | nb_traces | ||
) |
Merges trace files into an archive. This is a modified version of the implementation of the cat function from the Kernighan & Ritchie book.
arch_name | A name of an archive |
traces_names | An array of traces names |
nb_traces | A number of trace files to be composed into an archive |
Definition at line 240 of file litl_merge.c.