From b5b0c5aadb2e2dbdedf1984a5a2e9c2ac8763a76 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 29 Sep 2023 17:26:35 +0200 Subject: [PATCH] l --- proceso2.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 proceso2.c diff --git a/proceso2.c b/proceso2.c new file mode 100644 index 0000000..5ac76b8 --- /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"); +} \ No newline at end of file