This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
perl 2.0 (no announcement message available)
[perl5.git]
/
util.h
1
/* $Header: util.h,v 2.0 88/06/05 00:15:15 root Exp $
2
*
3
* $Log: util.h,v $
4
* Revision 2.0 88/06/05 00:15:15 root
5
* Baseline version 2.0.
6
*
7
*/
8
9
int *screamfirst INIT(Null(int*));
10
int *screamnext INIT(Null(int*));
11
int *screamcount INIT(Null(int*));
12
13
char *safemalloc();
14
char *saferealloc();
15
char *cpytill();
16
char *instr();
17
char *bminstr();
18
char *fbminstr();
19
char *screaminstr();
20
void bmcompile();
21
void fbmcompile();
22
char *get_a_line();
23
char *savestr();
24
void setenv();
25
int envix();
26
void growstr();