coursc/structure/05.tex

22 lines
495 B
TeX
Raw Normal View History

2014-02-24 17:38:56 +00:00
\begin{frame}[containsverbatim]
\frametitle{\secname}
\framesubtitle{\subsecname~III}
\begin{exampleblock}{Exemple de fonction avec paramètres}
\begin{verbatim}
short toto(long titi, char tata) {
instructions
}
\end{verbatim}
\end{exampleblock}
\begin{exampleblock}{Exemple de fonction avec nombre de paramètres variable}
\begin{verbatim}
short toto(long titi, char tata, ...) {
instructions
}
\end{verbatim}
\end{exampleblock}
\end{frame}