pathcat.txt
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:1k
源码类别:
操作系统开发
开发平台:
Visual C++
- SUMMARY
- #include <tools.h>
- char *pathcat (char *pDst, char *pSrc)
- DESCRIPTION
- pathcat - handle concatenation of path strings
- Care must be take to handle:
- "" XXX => XXX
- A B => AB
- A B => AB
- A B => AB
- A B => AB
- pDst char pointer to location of 'A' above
- pSrc char pointer to location of 'B' above
- RETURN VALUE
- returns pDst
- IMPLEMENTATION
- SEE ALSO
- NOTE
- EXAMPLE