Go to the source code of this file.
Functions | |
int | uv_get_process_title (char *buffer, size_t size) |
int | uv_set_process_title (const char *title) |
char ** | uv_setup_args (int argc, char **argv) |
int uv_get_process_title | ( | char * | buffer, |
size_t | size | ||
) |
Definition at line 36 of file no-proctitle.c.
Definition at line 32 of file no-proctitle.c.
char** uv_setup_args | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 28 of file no-proctitle.c.