#include "syscall.h" int main() { char buf[6]; buf[0]= 'b'; buf[1]= 'l'; buf[2]= 'o'; buf[3]= 's'; buf[4]= '5'; buf[5]= '\0'; Exec(buf); Write("sigue el blos4", 14,1); Exit(0); /* not reached */ }