X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=filestd.tex;h=2c232802e0360c010635a2799f49a00eb0bb2f49;hp=b7b071c0fbb50b8e702abd5375f22d9551c0adf3;hb=b81723c64c1d63b89cd3cec12f2fcccc4a756967;hpb=0196c376e39fc18f8cd5e7fef47b61264f943faf diff --git a/filestd.tex b/filestd.tex index b7b071c..2c23280 100644 --- a/filestd.tex +++ b/filestd.tex @@ -1,6 +1,6 @@ %% filestd.tex %% -%% Copyright (C) 2000-2008 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