Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
Jump to content
Go to the documentation of this file.
28 #if (__STDC__ && !defined(X_NOT_STDC_ENV) && !defined(sun) && !defined(macII)) || defined(SVR4) || defined(hpux) || defined(_IBMR2)
39 #if defined(_XBCOPYFUNC) && !defined(macII)
40 #define bcopy _XBCOPYFUNC
41 #define _XNEEDBCOPYFUNC
44 #define bzero(b,len) memset(b, 0, len)
45 #define bcmp(b1,b2,len) memcmp(b1, b2, len)