memset.3 (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) | memset.3 (2eeaf934088a2e12646ed4850c7a08c42e894c19) |
---|---|
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 --- 38 unchanged lines hidden (view full) --- 47.Sh DESCRIPTION 48The 49.Fn memset 50function 51writes 52.Fa len 53bytes of value 54.Fa c | 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 --- 38 unchanged lines hidden (view full) --- 47.Sh DESCRIPTION 48The 49.Fn memset 50function 51writes 52.Fa len 53bytes of value 54.Fa c |
55(converted to an unsigned char) to the string | 55(converted to an 56.Vt "unsigned char" ) 57to the string |
56.Fa b . 57.Sh RETURN VALUES 58The 59.Fn memset 60function returns its first argument. 61.Sh SEE ALSO 62.Xr bzero 3 , 63.Xr swab 3 , 64.Xr wmemset 3 65.Sh STANDARDS 66The 67.Fn memset 68function 69conforms to 70.St -isoC . | 58.Fa b . 59.Sh RETURN VALUES 60The 61.Fn memset 62function returns its first argument. 63.Sh SEE ALSO 64.Xr bzero 3 , 65.Xr swab 3 , 66.Xr wmemset 3 67.Sh STANDARDS 68The 69.Fn memset 70function 71conforms to 72.St -isoC . |