#include int bcopy(const void *s1, void *s2, size_t n) { return 0; } /* XOPEN(400,700) */