home *** CD-ROM | disk | FTP | other *** search
- /*xxalloc.h**************************************************************/
- /* */
- /* xxalloc */
- /* */
- /* Placed in the public domain */
- /* by Harold G. Walters 1988 */
- /* */
- /* Bug fixes, ect to walters@ce.okstate.edu until May 1989 */
- /* */
- /* This software is provided as is. No claims are made for */
- /* this software regarding its fitness and/or correctness for */
- /* any purpose. Use of this software is at the user's own risk. */
- /* */
- /************************************************************************/
-
- extern void xx_error();
- extern char *xx_alloc();
- extern void xx_free();
- extern long xx_amount();
-
- /* size n */
- extern char *n1_alloc();
- extern char *n1_renum();
- extern void n1_free();
- extern void n1_init();
- extern void n1_prnt();
- extern char **n2_alloc();
- extern char **n2_renum();
- extern void n2_free();
- extern void n2_init();
- extern void n2_prnt();
- extern char ***n3_alloc();
- extern char ***n3_renum();
- extern void n3_free();
- extern void n3_init();
- extern void n3_prnt();
-
-