X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2Ffull_fread.c;h=6278f332be6f5627d8e6e76a9ab0decfb948c584;hb=39988e227717a974a2080916d0aef341088ae35c;hp=0567994a3caa9e58e0b52cd71096c97c55df7f82;hpb=ff8c324d1cdb252eebc1ad3c419bca5b7ac940f3;p=gapil.git diff --git a/sources/full_fread.c b/sources/full_fread.c index 0567994..6278f33 100644 --- a/sources/full_fread.c +++ b/sources/full_fread.c @@ -1,6 +1,6 @@ /* full_fread.c * - * Copyright (C) 2005 Simone Piccardi + * Copyright (C) 2005-2006 Simone Piccardi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,14 +22,12 @@ * Routine to read an exact number of bytes from a file * * Author: Simone Piccardi - * Mat. 2005 - * - * $Id$ + * Mar. 2005 * ****************************************************************/ -#include -#include -#include /* include standard I/O library */ +#include /* unix standard library */ +#include /* error definitions and routines */ +#include /* standard I/O library */ size_t full_fread(FILE *file, void *buf, size_t count) {