[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


system

Environment list assignment.

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS
Mac OS
Palm OS

Win32


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

WARNING!

The system() function is an empty function on MacOS t
Parameters:

Parameters for this facility are:

string  
const char *  
A OS system command  

Return:

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

See Also:

"getenv"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000