![]() |
Flowgrind
Advanced TCP traffic generator
|
Program name management. More...
Go to the source code of this file.
Functions | |
void | set_progname (const char *argv0) |
Set global variable 'progname', based on argv[0]. More... | |
Variables | |
const char * | progname = NULL |
String containing name the program is called with. More... | |
Program name management.
Definition in file fg_progname.c.
void set_progname | ( | const char * | argv0 | ) |
Set global variable 'progname', based on argv[0].
[in] | argv0 | the name by which the program was called (argv[0]) |
Definition at line 37 of file fg_progname.c.
const char* progname = NULL |
String containing name the program is called with.
Definition at line 35 of file fg_progname.c.