diff --git a/2020ht5/index.html b/2020ht5/index.html index 487191d..1cdc1fe 100644 --- a/2020ht5/index.html +++ b/2020ht5/index.html @@ -328,7 +328,7 @@ close(1) = 0 close(2) = 0 exit_group(1) = ? -+++ exited with 1 +++

ltrace

Library call tracer

ltrace program args...

ltrace

Let's trace this program:

#include 
++++ exited with 1 +++

ltrace

Library call tracer

ltrace program args...

ltrace

Let's trace this program:

#include <stdio.h>
 
 int main() {
     printf("Hello world!\n");