home *** CD-ROM | disk | FTP | other *** search
- /*
- * samples.c: Header for routines for Ptmid to deal with samples.
- *
- * author: Andrew Scott
- *
- * date: 30/6/1994
- */
-
- #ifndef _SAMPLESH
- #define _SAMPLESH
-
- unsigned FreqGetFn(Sz fnSample);
-
- long LenOutPfileFn(FILE *pfileOut, Sz fnSample, int fSignout);
-
- #endif
-