On Thu, 20 Jan 2000, E Hunter wrote:
Yes, it does, but I don't do C. Here it is if you want to have a look.
I think it's time to start. Basically convert all the "int"'s to "long"'s and all the "atoi"'s to "atol"'s. You may also want to change some of the formating in *printf's, but it should work nonetheless.
Tom