I'm trying to locate the header + object file of cksum in Mac OS X, but with no lack. Any suggestions?

link|improve this question
feedback

1 Answer

The source code for the program /usr/bin/cksum is available on Apple's Open Source web site, which you could have found by googling for cksum.c.


If you're looking for the functions this program uses, it's a good idea to start there.

Copies of these header files are in /Developer/SDKs/MacOSX10.6.sdk/usr/include, if you have the Mac OS X Developer Tools installed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.