handouts/ho03.tex
changeset 209 fd43a9cd9c07
parent 206 0105257429f3
child 211 e6e160c7ea33
equal deleted inserted replaced
208:204564b899a0 209:fd43a9cd9c07
   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}