X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcpydata.c;h=048579ebe61db5c6538952e7d687e761dd28ea5d;hp=c74b2ae85886c5e8a9c7d4e85c12e7a899c1d627;hb=714b5c530ece27ea2835a313013f5b770163403c;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/sbr/cpydata.c b/sbr/cpydata.c index c74b2ae..048579e 100644 --- a/sbr/cpydata.c +++ b/sbr/cpydata.c @@ -1,15 +1,15 @@ /* - * cpydata.c -- copy all data from one fd to another - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** cpydata.c -- copy all data from one fd to another +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include void -cpydata (int in, int out, char *ifile, char *ofile) +cpydata(int in, int out, char *ifile, char *ofile) { int i; char buffer[BUFSIZ];