⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utime.h

📁 俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)的全部源代码。
💻 H
字号:
/* sys/utime.h   Copyright 2001 Red Hat, Inc.   This software is a copyrighted work licensed under the terms of the   Cygwin license.  Please consult the file "CYGWIN_LICENSE" for   details. */#ifndef _SYS_UTIME_H#define _SYS_UTIME_H#ifdef __cplusplusextern "C" {#endif#include <_ansi.h>#include <sys/types.h>struct utimbuf {  time_t actime;  time_t modtime; };int _EXFUN(utime, (const char *__path, struct utimbuf *__buf));#ifdef __cplusplus};#endif#endif /* _SYS_UTIME_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -