Index of Section 3 Manual Pages

Interix / SUAbcopy.3Interix / SUA

bcopy(3)                                                       bcopy(3)

  bcopy()

  NAME

    bcopy() - copy byte string

  SYNOPSIS

    #include 

    void bcopy (const void *src, void *dst, size_t len)

  DESCRIPTION

    The bcopy(3) function copies len bytes from string src to string dst. The
    two strings may overlap. If len is zero, no bytes are copied.

  SEE ALSO

    memcpy(3)

    memmove(3)

    strcpy(3)

    strncpy(3)

  USAGE NOTES

    The bcopy function is thread safe.

    The bcopy function is not async-signal safe.


Interix / SUAHosted at SUA Community for Interix, SUA and SFUInterix / SUA