home *** CD-ROM | disk | FTP | other *** search
-
- MEMSET(3) UNIX 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.
-
- SSEEEE AALLSSOO
- bzero(3), swab(3)
-
- SSTTAANNDDAARRDDSS
- The mmeemmsseett() function conforms to ANSI C3.1591989 (``ANSI C'').
-
- BSD Experimental June 29, 1991 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-