PATH 
ADC Home > Documentation > Hardware > Device Managers and Drivers > PCI Card Services > Designing PCI Cards and Drivers for Power Macintosh Computers


  

StrCat

StringPtr PStrCat (StringPtr dst, ConstStr255Param src);

char *CStrCat (char *dst, const char *src);
DESCRIPTION

PStrCat appends characters from src to dst Pascal strings. CStrCat appends characters from src to dst C strings. The initial character of src overwrites the null character at the end of dst. A terminating null character is always appended.


© 1999 Apple Computer, Inc. – (Last Updated 26 March 99)