windows-nt/Source/XPSP1/NT/enduser/speech/tts/common/sigproc/sigprocint.h

23 lines
662 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/******************************************************************************
* sigprocInt.h *
*--------------*
* I/O library functions for extended speech files (vapi format)
*------------------------------------------------------------------------------
* Copyright (C) 1999 Entropic, Inc
* Copyright (C) 2000 Microsoft Corporation Date: 03/02/00
* All Rights Reserved
*
********************************************************************* PACOG ***/
#ifndef _SIGPROCINT_H_
#define _SIGPROCINT_H_
#include "sigproc.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <limits.h>
#include <assert.h>
#endif