litl  0.1.9
Macros | Functions
utils/litl_merge.c File Reference

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)
 

Detailed Description

litl_merge A utility for combining both regular trace files and archives of traces into archives. The latter is the recursive inclusion

Authors
Developers are:
Roman Iakymchuk – roman.nosp@m..iak.nosp@m.ymchu.nosp@m.k@te.nosp@m.lecom.nosp@m.-sud.nosp@m.paris.nosp@m..eu
Francois Trahay – franc.nosp@m.ois..nosp@m.traha.nosp@m.y@te.nosp@m.lecom.nosp@m.-sud.nosp@m.paris.nosp@m..eu

Definition in file utils/litl_merge.c.

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 18 of file utils/litl_merge.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 64 of file utils/litl_merge.c.