#include #include int system (const char *s) { if (s == NULL) return 0; errno = ENOSYS; return -1; }