system()

created by r00k123
(thing) by r00k123 (3.3 mon) (print)   (I like it!) Thu Jul 12 2001 at 18:17:22
system()

#include <stdlib.h>

int system( char* string );

This function executes the command string. The value that system() returns is implementation-dependent. However, the value returned usually indicates the exit status of the command executed.


Back to Essential C Functions.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.