home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / k95source / p_omalloc.h < prev    next >
Text File  |  1997-02-23  |  898b  |  14 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /*              Copyright (c) 1995 by Oy Online Solutions Ltd.               */
  4. /*                                                                           */
  5. /*   Distribution of this source code is strictly forbbidden. Use of this    */
  6. /*   source code is granted to the University of Columbia C-Kermit project   */
  7. /*   to be distributed in binary format only. Please familiarize yourself    */
  8. /*   with the accompanying LICENSE.P file.                                   */
  9. /*                                                                           */
  10. /*****************************************************************************/
  11.  
  12. _PROTOTYP(VOID p_omalloc,(VOID **, U32, U32, U32));
  13. _PROTOTYP(VOID p_ofree,(VOID **, U32, U32));
  14.