Differences between bcopy and memcpy

Source: Internet
Author: User

A very basic problem encountered during network programming today is the comparison of bcopy and memcpy.

First, describe the two functions:

Bcopy: http://man7.org/linux/man-pages/man3/bcopy.3.html

Memcpy: http://man7.org/linux/man-pages/man3/memcpy.3.html.

 

Pay special attention to the two parameters (the source string and target string are in the opposite position, please remember)

 

Note the following:

Bcopy has been enabled in the new POSIX standard, and all new programs use memcpy.

 

I found a half-day error in the program. It turned out to be a disaster caused by the parameter location. It was really painstaking.

Differences between bcopy and memcpy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.