system()

This function is Hardware-specific implementation. It is not implemented in this Compiler.

Syntax
  #include <string.h>

  
  int system(const char *cmd);

  
Description

system() executes the command line cmd.

Return

Zero

See also