X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=filestd.tex;h=174ae98e633cabe66e64adac441491c48738d97f;hb=80894586ca62d615c374e26f769d52143bb1ae77;hp=b8541545a2eac11a56b3bdecc6448ef2bbb33dd5;hpb=b65121906b3a8fff20f19fa84d3a42c0877477ac;p=gapil.git diff --git a/filestd.tex b/filestd.tex index b854154..174ae98 100644 --- a/filestd.tex +++ b/filestd.tex @@ -1,4 +1,4 @@ -\chapter{I files: l'interfaccia standard C} +\chapter{I files: l'interfaccia standard ANSI C} \label{cha:files_std_interface} % @@ -37,7 +37,7 @@ nell'header \texttt{stdio.h} e sono: il processo invia ordinariamente i dati in uscita. Normalmente è associato dalla shell all'output del terminale e scrive sullo schermo. \item \texttt{FILE * stderr} Lo \textit{standard input} cioè lo stream su cui - il processo è supposto inviare i messaaggi di errore. Normalmente anch'esso + il processo è supposto inviare i messaggi di errore. Normalmente anch'esso è associato dalla shell all'output del terminale e scrive sullo schermo. \end{itemize}