cosmetic + G2
This commit is contained in:
parent
f2acdcef9b
commit
1fabb2c89f
17
chap/C.tex
17
chap/C.tex
@ -460,15 +460,17 @@ et un exemple simple d'utilisation.
|
|||||||
|
|
||||||
\section{Erreurs classiques}
|
\section{Erreurs classiques}
|
||||||
|
|
||||||
Variables non initialisées.
|
\begin{itemize}
|
||||||
|
\item{Variables non initialisées.}
|
||||||
|
|
||||||
Sortir d'un tableau.
|
\item{Sortir d'un tableau (par le haut ou par le bas).}
|
||||||
|
|
||||||
Dépassement de la taille d'une chaine.
|
\item{Dépassement de la taille d'une chaine.}
|
||||||
|
|
||||||
Libérer deux fois la mémoire.
|
\item{Libérer deux fois la mémoire.}
|
||||||
|
|
||||||
\textsl{file pointer} invalide.
|
\item{\textsl{file pointer} invalide.}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
% =========================================================
|
% =========================================================
|
||||||
|
|
||||||
@ -480,7 +482,7 @@ XXX \index{XXX}
|
|||||||
|
|
||||||
\section{Debug} \index{Debug}
|
\section{Debug} \index{Debug}
|
||||||
|
|
||||||
Des outils et astuces en page \pageref{chap:Debug}.
|
Des outils et astuces en page \pageref{chap:debug}.
|
||||||
|
|
||||||
\begin{quote}
|
\begin{quote}
|
||||||
splint is an annotation-assisted lightweight static checker.
|
splint is an annotation-assisted lightweight static checker.
|
||||||
@ -520,6 +522,9 @@ functions for simultaneous generation of graphical output on different
|
|||||||
types of devices.
|
types of devices.
|
||||||
\end{quote}
|
\end{quote}
|
||||||
|
|
||||||
|
\lstinputlisting[language=c]{code/g2/un_dessin.c}
|
||||||
|
|
||||||
|
|
||||||
% =========================================================
|
% =========================================================
|
||||||
|
|
||||||
\section{Ailleurs dans cet ouvrage}
|
\section{Ailleurs dans cet ouvrage}
|
||||||
|
Loading…
Reference in New Issue
Block a user