文件操作 - getopt.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/include/net-snmp/library/getopt.h
编辑文件内容
#ifndef _GETOPT_H_ #define _GETOPT_H_ 1 #ifndef NET_SNMP_CONFIG_H #error <net-snmp/net-snmp-config.h> must be included before <net-snmp/library/getopt.h>. #endif #if !defined(HAVE_GETOPT_H) #ifdef __cplusplus extern "C" { #endif NETSNMP_IMPORT int getopt(int, char *const *, const char *); NETSNMP_IMPORT char *optarg; NETSNMP_IMPORT int optind, opterr, optopt, optreset; #ifdef __cplusplus } #endif #endif /* HAVE_GETOPT_H */ #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件