|
|
@ -1,5 +1,7 @@ |
|
|
|
.\" Copyright (c) 1990, 1991 The Regents of the University of California. |
|
|
|
.\" All rights reserved. |
|
|
|
.\" $OpenBSD: memccpy.3,v 1.3 1997/08/20 04:09:39 millert Exp $ |
|
|
|
.\" |
|
|
|
.\" Copyright (c) 1990, 1991, 1993 |
|
|
|
.\" The Regents of the University of California. All rights reserved. |
|
|
|
.\" |
|
|
|
.\" Redistribution and use in source and binary forms, with or without |
|
|
|
.\" modification, are permitted provided that the following conditions |
|
|
@ -29,13 +31,14 @@ |
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
|
.\" SUCH DAMAGE. |
|
|
|
.\" |
|
|
|
.\" $OpenBSD: memccpy.3,v 1.2 1996/08/19 08:34:03 tholo Exp $ |
|
|
|
.\" @(#)memccpy.3 8.1 (Berkeley) 6/9/93 |
|
|
|
.\" |
|
|
|
.Dd April 19, 1991 |
|
|
|
.Dd June 9, 1993 |
|
|
|
.Dt MEMCCPY 3 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
|
.Nm memccpy |
|
|
|
.Nd copy string until character found |
|
|
|
.Sh SYNOPSIS |
|
|
|
.Fd #include <string.h> |
|
|
|
.Ft void * |
|
|
@ -68,5 +71,4 @@ bytes are copied, and a NULL pointer is returned. |
|
|
|
.Sh HISTORY |
|
|
|
The |
|
|
|
.Fn memccpy |
|
|
|
function is |
|
|
|
.Ud . |
|
|
|
function first appeared in 4.4BSD. |