adduser
static int adduser(char *, user_t *);
return adduser(*argv, &u) ? EXIT_SUCCESS : EXIT_FAILURE;