1 /* $RCSfile: util.h,v $$Revision: 4.0.1.3 $$Date: 92/06/08 16:09:20 $
3 * Copyright (c) 1991, Larry Wall
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
9 * Revision 4.0.1.3 92/06/08 16:09:20 lwall
10 * patch20: bcopy() and memcpy() now tested for overlap safety
12 * Revision 4.0.1.2 91/11/05 19:18:40 lwall
13 * patch11: safe malloc code now integrated into Perl's malloc when possible
15 * Revision 4.0.1.1 91/06/07 12:11:00 lwall
16 * patch4: new copyright notice
18 * Revision 4.0 91/03/20 01:56:48 lwall
23 EXT int *screamfirst INIT(Null(int*));
24 EXT int *screamnext INIT(Null(int*));
44 #if !defined(HAS_BCOPY) || !defined(SAFE_BCOPY)
47 #if !defined(HAS_BZERO) && !defined(HAS_MEMSET)
53 unsigned long scanoct();
54 unsigned long scanhex();