Calls std::system() function and pass the command, cmd on Windows or shell on Linux. Command parameter is required, exitstatus is optional. call system(command) call system(command, exitstatus) It calls `execute_command_line` runtime function with `wait` set to true. --------- Co-authored-by: Yi Wu <yiwu02@wdev-yiwu02.arm.com>
26 KiB
26 KiB