|
litl
0.1.9
|
litl_merge A utility for combining both regular trace files and archives of traces into archives. The latter is the recursive inclusion More...
#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 | |
| int | main (int argc, char **argv) |
litl_merge A utility for combining both regular trace files and archives of traces into archives. The latter is the recursive inclusion
Definition in file litl_merge.c.
| #define _GNU_SOURCE |
Definition at line 18 of file litl_merge.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 64 of file litl_merge.c.
1.8.13