system()

Environment list assignment.

  #include <stdlib.h>
  
  int system(const char *string);    
Parameter

string

A pointer to a character string containing a command for the host operating system.

Remarks

The system() function returns zero if successful or minus one on failure.