Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/strncat.c File Reference

Go to the source code of this file.

Functions

char * strncat (char *s1, char *s2, int n)


Detailed Description

strncat

Id
strncat.c 221 2007-07-11 18:45:46Z mschul

Definition in file strncat.c.


Function Documentation

char* strncat ( char *  s1,
char *  s2,
int  n 
)

Concatenate s2 on the end of s1. S1's space must be large enough. At most n characters are moved.

Parameters:
*s1 first string
*s2 second string
n length to concatenate
Returns:
s1

Definition at line 17 of file strncat.c.


Generated on Thu Oct 9 22:34:51 2008 for xinu by  doxygen 1.5.5