Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_fstrset() set characters in string (model independent)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _fstrset()              Set Characters in String (Model Independent)

 #include   <string.h>

 char _far *_fstrset(string, c);
 char _far *string;             String to work on
 int c;                         Character setting

    This is the model independent version of strset(); it sets all the
    characters in string to c (except the terminating '\0'). See
    strset() for more information.

    Returns:    A pointer to string.

 Portability:   Not supported by the ANSI standard.


See Also: strcat() strcmp() strcpy() strset() strnset()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson