/*------------ Telecommunications & Signal Processing Lab -------------- McGill University Routine: AO.h Description: Declarations for audio utility program options routines Author / revision: P. Kabal Copyright (C) 1996 $Revision: 1.1 $ $Date: 1996/08/16 15:26:01 $ ----------------------------------------------------------------------*/ #ifndef AO_h_ #define AO_h_ #ifdef __STDC__ # define p_(params) params #else # define p_(params) () # define const /* Define const for K&R C */ #endif #ifdef __cplusplus extern "C" { #endif /* Prototypes */ int AOdecDFormat p_((const char string[])); int AOdecFType p_((const char string[])); int AOsetDFormat p_((int Fformat, const int Dformat[], int Nf)); #ifdef __cplusplus } #endif #endif /* AO_h_ */