#include<errno.h>#include<stdlib.h>int
system (constchar *s)
{
if (s == NULL)
return0;
errno = ENOSYS;
return -1;
}
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.