home *** CD-ROM | disk | FTP | other *** search
- /* common.h
- * QNX 4
- * (C) Copyright 1993 by Robert Krten, all rights reserved.
- * This module contains the common utility functions for the fault
- * handlers.
- * 1993 10 26 R. Krten created
- * 1993 11 25 R. Krten released for publication / public use
- */
-
- /* prototypes */
- void **ECalloc2d (int, int, int);
- void ERead2d (FILE *, void **);
- void EWrite2d (FILE *, void **);
- void EFree2d (void **);
- void filter (int **, int **, double, double, int);
-
-