Skip to content

Commit

Permalink
Update 2020 HT 5
Browse files Browse the repository at this point in the history
  • Loading branch information
angelsl committed Oct 20, 2020
1 parent e3b66cc commit e01a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2020ht5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
close(1) = 0
close(2) = 0
exit_group(1) = ?
+++ exited with 1 +++</code></pre></section><section><h2>ltrace</h2><p>Library call tracer</p><p><code>ltrace program args...</code></p></section><section><h2>ltrace</h2><p>Let's trace this program:</p><pre class="font75"><code class="c">#include <stdio.h>
+++ exited with 1 +++</code></pre></section><section><h2>ltrace</h2><p>Library call tracer</p><p><code>ltrace program args...</code></p></section><section><h2>ltrace</h2><p>Let's trace this program:</p><pre class="font75"><code class="c">#include &lt;stdio.h&gt;

int main() {
printf("Hello world!\n");
Expand Down

0 comments on commit e01a241

Please sign in to comment.