From 72892afeff66781db477a08c1fefeefbeae39ee7 Mon Sep 17 00:00:00 2001 From: tTh Date: Fri, 13 Oct 2023 22:05:00 +0200 Subject: [PATCH] raler un peu --- chap/IPC.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chap/IPC.tex b/chap/IPC.tex index d0b1b0e..cddd9ac 100644 --- a/chap/IPC.tex +++ b/chap/IPC.tex @@ -135,6 +135,9 @@ la chose\dots \subsection{Timestamp} \index{timestamp} Comme promis un peu plus haut, le code est très simple. +C'est juste dommage qu'une fonction aussi utile ne fasse +pas partie de la \textsl{stdlib} du langage C\index{C}, +alors qu'elle le mérite. \lstinputlisting[language=c]{code/dtime.c}