commit 1ff5bd339d2a3bb390f4ed993d29c0dfb312e9c4 Author: victor Date: Fri Sep 29 12:16:02 2023 +0200 initial commit diff --git a/proceso2 b/proceso2 new file mode 100644 index 0000000..d4ee430 Binary files /dev/null and b/proceso2 differ diff --git a/proceso2.c b/proceso2.c new file mode 100644 index 0000000..d52b083 --- /dev/null +++ b/proceso2.c @@ -0,0 +1,8 @@ +#include +#include +void main() { + printf("Ejemplo de uso de excel():"); + printf("\n\tListado del directorio actual:"); + execl("/bin/ls","ls","-l", (char *)NULL); + printf("\nEsta instrucción no se llega a ejecutar"); +}