Home > Electronics Tutorials > C Language Tutorial > stdlib.h - Environment Functions - system

C Language Programming Library Reference Guide

stdlib.h - Environment Functions - system

Declaration: int system(const char *string); The command specified by string is passed to the host environment to be executed by the command processor. A null pointer can be used to inquire whether or not the command processor exists.

If string is a null pointer and the command processor exists, then zero is returned. All other return values are implementation-defined.

Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......