This module only works on Linux, and has no effect on other platforms. change_process_title_init must be called once before processing arguments, and then change_process_title may be called many times to change the title.
Go to the source code of this file.
Functions | |
void | change_process_title_init (char **argv) |
Intialize the ability to change the process title. | |
void | change_process_title (const char *fmt,...) |
Change the process title. |
|
Intialize the ability to change the process title.
|
|
Change the process title.
|