strcat.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) | strcat.3 (59f00bcdd912a670a5502d30f9b31a79312cde93) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 54 unchanged lines hidden (view full) --- 63.Fa s 64must have sufficient space to hold the result. 65.Pp 66The 67.Fn strncat 68function 69appends not more than 70.Fa count | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" Redistribution and use in source and binary forms, with or without --- 54 unchanged lines hidden (view full) --- 63.Fa s 64must have sufficient space to hold the result. 65.Pp 66The 67.Fn strncat 68function 69appends not more than 70.Fa count |
71characters. | 71characters from 72.Fa append , 73and then adds a terminating 74.Ql \e0. |
72.Sh RETURN VALUES 73The 74.Fn strcat 75and 76.Fn strncat 77functions 78return the pointer 79.Fa s . --- 14 unchanged lines hidden --- | 75.Sh RETURN VALUES 76The 77.Fn strcat 78and 79.Fn strncat 80functions 81return the pointer 82.Fa s . --- 14 unchanged lines hidden --- |