◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── 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: _strnset, memset, strcpy, strcat -♦-