home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1994 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1994.iso
/
win3
/
patches
/
symantec
/
rtlinc.exe
/
ALLOC.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-13
|
258b
|
14 lines
/*_ alloc.h */
/* Copyright (C) 1992 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __ALLOC_H
#define __ALLOC_H 1
#ifndef __STDLIB_H
#include <stdlib.h>
#endif
#endif