>Wouldn't the best approach simple be to define the function as a macro, eg
>
>#define memmove(a,b,c) bcopy(b,a,c)?
         
     Not in this case, because it's completely unsafe. look at the
return values for each.

       -Bob
 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to