equal
deleted
inserted
replaced
137 \begin{center} |
137 \begin{center} |
138 \lstinputlisting[language=C,numbers=none]{../progs/app5.c} |
138 \lstinputlisting[language=C,numbers=none]{../progs/app5.c} |
139 \end{center} |
139 \end{center} |
140 |
140 |
141 \noindent This function copies data from a source \pcode{src} |
141 \noindent This function copies data from a source \pcode{src} |
142 to a destination \pcode{dst}. It copies the data until it |
142 to a destination \pcode{dst}. The important point is that it |
143 reaches a zero-byte (\code{"\\0"}). |
143 copies the data until it reaches a zero-byte (\code{"\\0"}). |
144 |
144 |
145 \bigskip\bigskip |
145 \bigskip\bigskip |
146 \subsubsection*{A Crash-Course on GDB} |
146 \subsubsection*{A Crash-Course on GDB} |
147 |
147 |
148 \begin{itemize} |
148 \begin{itemize} |