X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.h;h=7dcf9ceab51c487d928381fc0b18bdf02729c767;hb=acce7d4e04d89207299003c3e80c69d50bc82069;hp=7a14bcb656fdd79e61a2a3934a6fbf4d18f9652d;hpb=ffed7fefd1d95d05e699dababfbb57ef2497cea1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.h b/util.h index 7a14bcb..7dcf9ce 100644 --- a/util.h +++ b/util.h @@ -1,46 +1,8 @@ -/* $Header: util.h,v 3.0.1.2 89/11/17 15:48:01 lwall Locked $ +/* util.h * - * Copyright (c) 1989, Larry Wall + * Copyright (c) 1991-1997, 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.2 89/11/17 15:48:01 lwall - * patch5: BZERO separate from BCOPY now - * - * 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 MEMCPY -#ifndef BCOPY -char *bcopy(); -#endif -#ifndef BZERO -char *bzero(); -#endif -#endif