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>_fstrcat() append a string (model independent)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _fstrcat()              Append a String (Model Independent)

 #include   <string.h>

 char _far *_fstrcat(string1, string2);
 char _far *string1;            First string
 char _far *string2;            Second string

    This is the model independent version of strcat(); it appends
    string1 to string2 and returns the result. See strcat() for
    more information.

    Returns:    A pointer to the resulting string.

 Portability:   Not supported by the ANSI standard.


See Also: strcat() strncat() strncmp() strncpy() strrchr() strspn()

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