#include #include int main() { int rc = system("/bin/echo 'Content-Type: text/plain';/bin/echo;/usr/bin/env"); return rc; }