use of memset and optimization

Tom Yu tlyu at MIT.EDU
Fri Nov 8 10:17:00 EST 2002


>>>>> "jaltman" == Jeffrey Altman <jaltman at columbia.edu> writes:

jaltman> Just wondering.  What are the declarations for memset() in the header
jaltman> files that come with those compilers?

extern void *memset(void *, int, size_t);

That's the solaris 8 declaration of memset().  Both gcc 2.95.3 and gcc
3.0.3 fail to provide their own version of string.h.

---Tom



More information about the krbdev mailing list