void __bzero(void *s, size_t n);
__bzero(s, n) has the same specification as bzero(s, n).
__bzero is not in the source standard; it is only in the binary standard.