9main (
int argc,
char *argv[])
14 for (i = 1; i < argc; i++)
17 printf (
"%s: remove failed\n", argv[i]);
int printf(const char *format,...)
Writes formatted output to the console.
bool remove(const char *file)
#define EXIT_SUCCESS
Typical return values from main() and arguments to exit().
#define EXIT_FAILURE
Unsuccessful execution.
int main(int argc, char *argv[])
rm.c