文件操作 - const.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/linux/const.h
编辑文件内容
#ifndef _LINUX_CONST_H #define _LINUX_CONST_H #include <vdso/const.h> /* * This returns a constant expression while determining if an argument is * a constant expression, most importantly without evaluating the argument. * Glory to Martin Uecker <Martin.Uecker@med.uni-goettingen.de> */ #define __is_constexpr(x) \ (sizeof(int) == sizeof(*(8 ? ((void *)((long)(x) * 0l)) : (int *)8))) #endif /* _LINUX_CONST_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件