diff options
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -86,19 +86,11 @@ # include <strings.h> #endif -#if !defined(HAS_BCOPY) || defined(__cplusplus) -# define bcopy(s1,s2,l) memcpy(s2,s1,l) -#endif -#if !defined(HAS_BZERO) || defined(__cplusplus) -# define bzero(s,l) memset(s,0,l) -#endif - #if !defined(HAS_STRCHR) && defined(HAS_INDEX) && !defined(strchr) #define strchr index #define strrchr rindex #endif - #ifdef I_TIME # include <time.h> #endif |