qc.hlp (Table of Contents; Topic list)
strset, _fstrset
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <string.h>
 
  Syntax:    char *strset( char *string, int c );
             char _far *_fstrset( char _far *string, int c );
 
  Returns:   a pointer to <string>.
 
  See also:  memset, strcat, strcmp, strcpy, strnset
                                    -♦-