1: /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
   2: /* $Header: b1mem.h,v 1.1 84/06/28 00:48:42 timo Exp $ */
   3: 
   4: /* bmem.h: B memory management */
   5: 
   6: typedef char *ptr;
   7: #define Nil ((ptr) 0)
   8: 
   9: ptr getmem();
  10: /* Procedure regetmem(); */
  11: /* Procedure freemem(); */
  12: /* Procedure prgr(); */
  13: /* Procedure xtndtex(); */
  14: /* Procedure xtndlt(); */
  15: /* Procedure initmem(); */
  16: extern value notel; /*TEMPORARY*/
  17: extern bool noting; /*TEMPORARY*/
Last modified: 1985-08-27
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1577
Valid CSS Valid XHTML 1.0 Strict