HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                 char *strnset( char *str, int ch, size_t n )


       - prototype in string.h

       - sets up to first n bytes of str to ch
       - if n > strlen(str) then strlen(str) replaces n

Esc or Alt-X to exit strnset Home/PgUp/PgDn/End ←↑↓→