Charlie Zender - 2000-11-16

Hi Nan,

> got soureforge to work.  must have been the firewall from home.

Good.

> where are the prototype fcns?   I looked through the CVS repository
> and downloaded the ncdiff code, but can't locate the fcns.

Make sure you download all the source code, not just ncdiff.c
You  can check it out using anonymous CVS.
cvs -z3 -d:pserver:anonymous@cvs.nco.sourceforge.net:/cvsroot/nco co -kk nco

You should be able to build the code from the bld
directory by typing ' make dir;make'.

The arithmetic functions are basically all in nc_utl.c and
are prototyped in nc.h.

Good luck,
Charlie