文件名称:DBServer
介绍说明--下载内容均来自于网络,请自行研究使用
* Function:
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) return -1
* Notes:
* 1. srcstr should be large size enough.-* Function : * 1. Replace the first oldstr with newstr in srcs tr * Arguments : * IN : srcstr oldstr * * * * newstr OUT : * srcstr * Return : * 1. If find and replace one with newstr in oldstr srcstr, return 1 * 2. If find no oldstr in srcstr. return 0 * 3. If error (malloc return NULL) RETUR n -1 * Notes : * 1. srcstr size should be large enough.
* 1. Replace the first oldstr with newstr in srcstr
* Arguments:
* IN :
* srcstr
* oldstr
* newstr
* OUT :
* srcstr
* Return:
* 1. If find and replace one oldstr with newstr in srcstr , return 1
* 2. If find no oldstr in srcstr , return 0
* 3. If error (malloc return NULL) return -1
* Notes:
* 1. srcstr should be large size enough.-* Function : * 1. Replace the first oldstr with newstr in srcs tr * Arguments : * IN : srcstr oldstr * * * * newstr OUT : * srcstr * Return : * 1. If find and replace one with newstr in oldstr srcstr, return 1 * 2. If find no oldstr in srcstr. return 0 * 3. If error (malloc return NULL) RETUR n -1 * Notes : * 1. srcstr size should be large enough.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 57578879dbserver.rar 列表 Strs.h Strs.c