Copyright Digital Equipment Corp. All rights reserved.

system

   Passes a given string to the host environment to be executed by a
   command processor. This function is nonreentrant.

   Format

     #include  <stdlib.h>

     int system  (const char *string);
 


Additional information available:

Argument        Description     Return_Value    Example