home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / COMMON.H < prev    next >
Encoding:
Text File  |  1995-09-25  |  505 b   |  18 lines

  1. /* common.h
  2.  *  QNX 4
  3.  *  (C) Copyright 1993 by Robert Krten, all rights reserved.
  4.  *  This module contains the common utility functions for the fault
  5.  *  handlers.
  6.  *  1993 10 26  R. Krten        created
  7.  *  1993 11 25  R. Krten        released for publication / public use
  8. */
  9.  
  10. /* prototypes */
  11. void    **ECalloc2d (int, int, int);
  12. void    ERead2d (FILE *, void **);
  13. void    EWrite2d (FILE *, void **);
  14. void    EFree2d (void **);
  15. void    filter (int **, int **, double, double, int);
  16.  
  17.  
  18.