Skip to content

Commit 9c2b149

Browse files
committed
remove white space
1 parent 36a8208 commit 9c2b149

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intro.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@
14561456
The first result is expected, i.e. \texttt{3}:
14571457

14581458
\begin{verbatim}
1459-
$ cat main.c
1459+
$ cat main.c
14601460
#include <stdio.h>
14611461
14621462
int my_add(int a, int b);
@@ -1477,7 +1477,7 @@
14771477
14781478
$ gcc -shared -o libadd.so add.c
14791479
$ gcc -L. -ladd -Xlinker -R . main.c
1480-
$ ./a.out
1480+
$ ./a.out
14811481
3
14821482
\end{verbatim}
14831483

@@ -1494,8 +1494,8 @@
14941494
return (a + b);
14951495
}
14961496
1497-
$ gcc -shared -o libadd.so add2.c
1498-
$ ./a.out
1497+
$ gcc -shared -o libadd.so add2.c
1498+
$ ./a.out
14991499
-1077941135
15001500
\end{verbatim}
15011501

0 commit comments

Comments
 (0)