home *** CD-ROM | disk | FTP | other *** search
/ MPEG Toolkit / MPEG Toolkit.iso / os2 / mpegenc / misc / headers / all.h next >
Encoding:
C/C++ Source or Header  |  1997-01-01  |  1.7 KB  |  52 lines

  1. /*
  2.  * Copyright (c) 1993 The Regents of the University of California.
  3.  * All rights reserved.
  4.  *
  5.  * Permission to use, copy, modify, and distribute this software and its
  6.  * documentation for any purpose, without fee, and without written agreement is
  7.  * hereby granted, provided that the above copyright notice and the following
  8.  * two paragraphs appear in all copies of this software.
  9.  *
  10.  * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  11.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  12.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  13.  * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  14.  *
  15.  * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  16.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  17.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  18.  * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  19.  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  20.  */
  21.  
  22. /*  
  23.  *  $Header: /n/picasso/users/keving/src/encode/headers/RCS/all.h,v 1.1 1993/07/09 00:17:23 keving Exp keving $
  24.  *  $Log: all.h,v $
  25.  * Revision 1.1  1993/07/09  00:17:23  keving
  26.  * nothing
  27.  *
  28.  */
  29.  
  30.  
  31. /*===========================================================================*
  32.  * all.h                                     *
  33.  *                                         *
  34.  *    stuff included from ALL source files                     *
  35.  *                                         *
  36.  *===========================================================================*/
  37.  
  38. #ifndef ALL_INCLUDED
  39. #define ALL_INCLUDED
  40.  
  41. #include <stdio.h>
  42. #include <stdlib.h>
  43. #include <assert.h>
  44. #include <math.h>
  45. #include <malloc.h>
  46.  
  47. #include "ansi.h"
  48. #include "general.h"
  49.  
  50.  
  51. #endif ALL_INCLUDED
  52.