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

litl_split A utility for disassembling archives of traces into separate regular trace files More...

#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

int main (int argc, char **argv)
 

Detailed Description

litl_split A utility for disassembling archives of traces into separate regular trace files

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

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 61 of file utils/litl_split.c.