home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / remind / src / globals.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-12  |  1011 b   |  20 lines

  1. /***************************************************************/
  2. /*                                                             */
  3. /*  GLOBALS.C                                                  */
  4. /*                                                             */
  5. /*  This file simply instantiates all of the global variables. */
  6. /*                                                             */
  7. /*  It does this by #defining MK_GLOBALS and #including        */
  8. /*  globals.h and err.h                                        */
  9. /*                                                             */
  10. /*  This file is part of REMIND.                               */
  11. /*  Copyright (C) 1992, 1993 by David F. Skoll.                */
  12. /*                                                             */
  13. /***************************************************************/
  14. #include "config.h"
  15. #include <stdio.h>   /* For defintion of FILE - sigh! */
  16. #include "types.h"
  17. #define MK_GLOBALS
  18. #include "globals.h"
  19. #include "err.h"
  20.