__bzero

Name

__bzero -- mangle of bzero

Synopsis

void __bzero(void *s, size_t n);

Description

__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.