4.4BSD/usr/share/man/cat3/memset.0

Compare this file to the similar file:
Show the results in this format:

MEMSET(3)                   BSD Programmer's Manual                  MEMSET(3)

NNAAMMEE
     mmeemmsseett - write a byte to byte string

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttrriinngg..hh>>

     _v_o_i_d _*
     mmeemmsseett(_v_o_i_d _*_b, _i_n_t _c, _s_i_z_e___t _l_e_n);

DDEESSCCRRIIPPTTIIOONN
     The mmeemmsseett() function writes _l_e_n bytes of value _c (converted to an un-
     signed char) to the string _b.

RREETTUURRNNSS
     The mmeemmsseett() function returns its first argument.

SSEEEE AALLSSOO
     bzero(3),  swab(3)

SSTTAANNDDAARRDDSS
     The mmeemmsseett() function conforms to ANSI C X3.159-1989 (``ANSI C '').

4.4BSD                           June 4, 1993                                1