| |||
| Home > The C and C++ Libraries > Tailoring other C library functions > system() | |||
This is the standard C library system() function
from stdlib.h.
system() passes the string pointed to
by string to the host environment to
be executed by a command processor in an implementation-defined
manner. A null pointer can be used for string,
to inquire whether a command processor exists.