litl  0.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Functions
LiTL Merging Functions

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...
 

Detailed Description

Function Documentation

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.

Parameters
arch_nameA name of an archive
traces_namesAn array of traces names
nb_tracesA number of trace files to be composed into an archive

Definition at line 240 of file litl_merge.c.