litl
0.1.1
|
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include "litl_merge.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
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... | |
#define _GNU_SOURCE |
Definition at line 7 of file litl_merge.c.