Skip to content

Commit e01a241

Browse files
committed
Update 2020 HT 5
1 parent e3b66cc commit e01a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2020ht5/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
close(1) = 0
329329
close(2) = 0
330330
exit_group(1) = ?
331-
+++ 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>
331+
+++ 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;
332332

333333
int main() {
334334
printf("Hello world!\n");

0 commit comments

Comments
 (0)