X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=nostdio.h;h=ed51758e65d02b1b0d12b233ed37161e2d3f430e;hb=b0a2b4f5d11a46676e755e10a5905ed77204b20d;hp=fa7ba990b06545a9b3035baa2db8ec87f83031f7;hpb=400e04b67c8e31e09c25adaea34369cb26791fdb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/nostdio.h b/nostdio.h index fa7ba99..ed51758 100644 --- a/nostdio.h +++ b/nostdio.h @@ -1,7 +1,16 @@ +/* nostdio.h + * + * Copyright (c) 1987-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + /* * Strong denial of stdio - make all stdio calls (we can think of) errors */ -/* This is an 1st attempt to stop other include files pulling +/* This is a 1st attempt to stop other include files pulling in real . A more ambitious set of possible symbols can be found in sfio.h (inside an _cplusplus gard).