Header: kernel.H
Syntax:
extern int _kernel_oscli
(
const char *s
);
Purpose: Hands the argument string to the OS command line interpreter to execute as a * command. This should not be used to invoke other apps - _kernel_system exists for that. Return value is error response.
|
|
|