1 2 3 4 5 6 7
void initproctitle (int argc, char **argv); #if 0 void setproctitle (const char *fmt, ...); #else void setproctitle (const char *prog, const char *txt); #endif