> 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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