X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.h;h=df5184673428d0e4052326f358856610fe579fc4;hb=40da2db335c65d50d3bca886fcc7161ed72faf74;hp=85862eb59b35195ef864974f3b035ac901b0659f;hpb=03a14243eca2d4d041778dac4abcfa3a19c06a56;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.h b/util.h index 85862eb..df51846 100644 --- a/util.h +++ b/util.h @@ -1,40 +1,8 @@ -/* $Header: util.h,v 3.0.1.1 89/10/26 23:28:25 lwall Locked $ +/* util.h * - * Copyright (c) 1989, Larry Wall + * Copyright (c) 1991-1994, Larry Wall * - * You may distribute under the terms of the GNU General Public License - * as specified in the README file that comes with the perl 3.0 kit. + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. * - * $Log: util.h,v $ - * Revision 3.0.1.1 89/10/26 23:28:25 lwall - * patch1: declared bcopy if necessary - * - * Revision 3.0 89/10/18 15:33:18 lwall - * 3.0 baseline - * */ - -EXT int *screamfirst INIT(Null(int*)); -EXT int *screamnext INIT(Null(int*)); - -char *safemalloc(); -char *saferealloc(); -char *cpytill(); -char *instr(); -char *fbminstr(); -char *screaminstr(); -void fbmcompile(); -char *savestr(); -void setenv(); -int envix(); -void growstr(); -char *ninstr(); -char *rninstr(); -char *nsavestr(); -FILE *mypopen(); -int mypclose(); -#ifndef BCOPY -#ifndef MEMCPY -char *bcopy(); -#endif -#endif