X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=filestd.tex;h=2c232802e0360c010635a2799f49a00eb0bb2f49;hp=d7e4b67f68b03b531a54cb2226e9b2cc6b5712d6;hb=b81723c64c1d63b89cd3cec12f2fcccc4a756967;hpb=b2fde72b2f308cb35873f1fd050501af6a742bc0 diff --git a/filestd.tex b/filestd.tex index d7e4b67..2c23280 100644 --- a/filestd.tex +++ b/filestd.tex @@ -1,6 +1,6 @@ %% filestd.tex %% -%% Copyright (C) 2000-2007 Simone Piccardi. Permission is granted to +%% Copyright (C) 2000-2010 Simone Piccardi. Permission is granted to %% copy, distribute and/or modify this document under the terms of the GNU Free %% Documentation License, Version 1.1 or any later version published by the %% Free Software Foundation; with the Invariant Sections being "Un preambolo", @@ -615,7 +615,7 @@ carattere in formato esteso (cio \param{stream}. In genere è implementata come una macro. \funcdecl{wint\_t fgetwc(FILE *stream)} Legge un carattere esteso da - \param{stream} È una sempre una funzione. + \param{stream}. È una sempre una funzione. \funcdecl{wint\_t getwchar(void)} Equivalente a \code{getwc(stdin)}. @@ -632,10 +632,10 @@ loro prototipi sono: \funcdecl{int putc(int c, FILE *stream)} Scrive il carattere \param{c} su \param{stream}. In genere è implementata come una macro. - \funcdecl{int fputc(FILE *stream)} Scrive il carattere \param{c} su + \funcdecl{int fputc(int c, FILE *stream)} Scrive il carattere \param{c} su \param{stream}. È una sempre una funzione. - \funcdecl{int putchar(void)} Equivalente a \code{putc(stdin)}. + \funcdecl{int putchar(int c)} Equivalente a \code{putc(stdout)}. \bodydesc{Le funzioni scrivono sempre un carattere alla volta, il cui valore viene restituito in caso di successo; in caso di errore o