#include "syscall.h" void Prueba() { Write("Hola", 4, 1); } int main() { Fork(Prueba); }