X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=nostdio.h;h=ed51758e65d02b1b0d12b233ed37161e2d3f430e;hb=c3bddb1d8f216d2ee6362d46156d74303ed87611;hp=fa7ba990b06545a9b3035baa2db8ec87f83031f7;hpb=0e06870bf080a38cda51c06c6612359afc2334e1;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).