#include "syscall.h" int main(){ char * nombre = "pruebaSem"; Exec(nombre); Write("Fin",3,1); }