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

Prototypes

char ** chanvalloc (const char *str)
 
void chanvfree (char **chanv)
 
char * chanvstr (char **chanv, const char *str)
 
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 56 of file cut.c.

Function Documentation

◆ chanvalloc()

char ** chanvalloc ( const char *  str)

Definition at line 133 of file cut.c.

◆ chanvfree()

void chanvfree ( char **  chanv)

Definition at line 153 of file cut.c.

◆ chanvstr()

char * chanvstr ( char **  chanv,
const char *  str 
)

Definition at line 166 of file cut.c.

◆ main()

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

Definition at line 62 of file cut.c.