文件操作 - Judy1Dup.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/Judy-1.0.5/examples/Judy1Dup.h
编辑文件内容
/* @(#) $Revision: 4.2 $ $Source: /judy/src/funcs/Judy1Dup.H $ */ #include <Judy.h> /* ****************************************************************** * Name: Judy1Dup * * Description: * Clone (duplicate) a Judy Array. * * Parameters: * PPvoid_t PPDest (OUT) * Pointer to a new Judy array with the same * index/value pairs as PSource. * Any initial value pointed to by PPDest is ignored. * * Pvoid_t PSource (IN) * Ptr to source Judy array being duplicated. * If PSource is NULL, TRUE is returned since this * is simply a valid Null Judy array. * * JError_t *PJError (OUT) * Judy error structure pointer. * * Returns: * JERR - error, see PJError * !JERR - success */ int Judy1Dup(PPvoid_t PPDest, Pvoid_t PSource, JError_t * PJError);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件