litl
0.1.1
|
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include "litl_split.h"
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
void | litl_split_archive (const char *arch_name, const char *output_dir) |
Extracts each trace from an archive into a separate trace file. More... | |
#define _GNU_SOURCE |
Definition at line 7 of file litl_split.c.