Better nice name

This commit is contained in:
topjohnwu
2019-02-15 04:31:39 -05:00
parent 8b84039f1f
commit a19c7215d2
5 changed files with 18 additions and 7 deletions

View File

@ -85,6 +85,8 @@ int fork_dont_care();
int fork_no_zombie();
void gen_rand_str(char *buf, int len);
int strend(const char *s1, const char *s2);
void init_argv0(int argc, char **argv);
void set_nice_name(const char *name);
#define getline __getline
#define getdelim __getdelim