removefile
if (removefile(&stb, 0) < 0) {
if (removefile(&stb, 0) < 0)
(void) removefile(&stb, 0);
static int removefile(struct stat *, int);
removefile(&statbuff, 0);
(void) removefile(&stb, 1);