X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.h;h=df5184673428d0e4052326f358856610fe579fc4;hb=d1bf51ddeaafef1b94a1f5c011bdefbb8ebf5604;hp=391fe4725ecb4dbeb9548ccd647bdce5cac2e4bf;hpb=a687059cbaf2c6fdccb5e0fae2aee80ec15625a8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.h b/util.h index 391fe47..df51846 100644 --- a/util.h +++ b/util.h @@ -1,32 +1,8 @@ -/* $Header: util.h,v 3.0 89/10/18 15:33:18 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 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();