代码搜索:modification
找到约 10,000 项符合「modification」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5731103
h utime.h
#ifndef _SYS_UTIME_H
#define _SYS_UTIME_H 1
#include
struct utimbuf
{
time_t actime; /* Access time. */
time_t modtime; /* Modification time. */
};
int _EXFUN(utime, (
www.eeworm.com/read/146447/5737907
asm _pm_imp.asm
;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* Copyright (C) 1991-1998 SciTech Software
www.eeworm.com/read/140467/5791145
asm _pm_imp.asm
;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* Copyright (C) 1991-1998 SciTech Software
www.eeworm.com/read/136849/5844115
c kpd_handle_timer.c
/**
* @file kpd_handle_timer.c
*
* Coding of the kpd_handle_timer function, which is called when a timer
* of the SWE expires.
*
* @author Laurent Sollier (l-sollier@ti.com)
* @versi