makemsg
static void makemsg(const char *);
makemsg(argv[2]);
makemsg(*argv);
static void makemsg(char *);