memcpy() vs bcmp()

P

Prabhakara_r

Hello All,

Is there any difference between memcmp()/memcpy() and the
bcmp()/bcopy() version of functions? from man page i can only get that
both are same.

Prabhakar
 
J

Joona I Palaste

Prabhakara_r said:
Hello All,
Is there any difference between memcmp()/memcpy() and the
bcmp()/bcopy() version of functions? from man page i can only get that
both are same.

The difference is that memcmp()/memcpy() are ISO standard but bcmp()/
bcopy() are not.
 
C

Christian Bau

Hello All,

Is there any difference between memcmp()/memcpy() and the
bcmp()/bcopy() version of functions? from man page i can only get that
both are same.

One is a standard C library function, the other isn't.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top