return __libc_sendto(s, msg, len, flags, to, tolen);
}
+extern
+int __libc_system(const char* str);
+int system(const char* str)
+{
+ return __libc_system(str);
+}
+
/*--------------------------------------------------*/
return __libc_sendto(s, msg, len, flags, to, tolen);
}
+extern
+int __libc_system(const char* str);
+int system(const char* str)
+{
+ return __libc_system(str);
+}
+
/*--------------------------------------------------*/
return __libc_sendto(s, msg, len, flags, to, tolen);
}
+extern
+int __libc_system(const char* str);
+int system(const char* str)
+{
+ return __libc_system(str);
+}
+
/*--------------------------------------------------*/