文件操作 - openexr_debug.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/OpenEXR/openexr_debug.h
编辑文件内容
/* ** SPDX-License-Identifier: BSD-3-Clause ** Copyright Contributors to the OpenEXR Project. */ #ifndef OPENEXR_DEBUG_H #define OPENEXR_DEBUG_H #include "openexr_context.h" #ifdef __cplusplus extern "C" { #endif /** @file */ /** Debug function: print to stdout the parts and attributes of the * context @p c */ EXR_EXPORT exr_result_t exr_print_context_info( exr_const_context_t c, int verbose ); #ifdef __cplusplus } /* extern "C" */ #endif #endif /* OPENEXR_DEBUG_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件