home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / other / header
Encoding:
Text File  |  1993-12-22  |  2.1 KB  |  35 lines

  1. /***************************************************************************
  2.  *                                                                         *
  3.  * @@@@  @@@ @@@@@ @@@@@ @@@@@ @@@ @@@@  @   @ @@@@@ @@@@@ @@@@       @@@  *
  4.  * @   @  @  @       @   @   @  @  @   @ @   @   @   @     @   @     @   @ *
  5.  * @   @  @  @@@@@   @   @@@@@  @  @@@@@ @   @   @   @@@@@ @   @     @     *
  6.  * @   @  @      @   @   @ @    @  @   @ @   @   @   @     @   @     @   @ *
  7.  * @@@@  @@@ @@@@@   @   @  @  @@@ @@@@  @@@@@   @   @@@@@ @@@@       @@@  *
  8.  *                                                                         *
  9.  *              A compiler for distributed programming with C              *
  10.  *                                                                         *
  11.  *                           M a l l o c . c                               *
  12.  *                                                                         *
  13.  *                            Package : Compiler                           *
  14.  *                            Version : 1.0                                *
  15.  *                       CreationDate : 21.08.90                           *
  16.  *                         LastUpDate : 08.11.91                           *
  17.  *                                                                         *
  18.  *                The routines to allocate and free memory.                *
  19.  *                                                                         *
  20.  *                  Portions Copyright 1990 Franz Distler                  *
  21.  *               Copyright (C) 1990-1994 by Christoph Pleier               *
  22.  *                          All rights reserved!                           *
  23.  ***************************************************************************/
  24.  
  25. /*
  26.  * This file is part of the Distributed C Development Environment (DCDE).
  27.  * DCDE is free software; you can redistribute it and/or modify
  28.  * it under the terms written in the README-file. 
  29.  * DCDE is distributed in the hope that it will be useful,
  30.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  31.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  32.  * See the file README for more details.
  33.  */
  34.  
  35.