Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALFrame 3.0.7.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
split.c File Reference

Prototypes

char * mkfname (const char *name, size_t pos)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define FAILURE(...)   do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0)
 

Macro Definition Documentation

◆ FAILURE

#define FAILURE (   ...)    do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0)

Definition at line 62 of file split.c.

Function Documentation

◆ mkfname()

char * mkfname ( const char *  name,
size_t  pos 
)

Definition at line 122 of file split.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 66 of file split.c.