代码搜索结果

找到约 10,000 项符合 H 的代码

selecturl.h

#if !defined(AFX_SELECTURL_H__BCD4200C_4A37_4805_BB05_3BEF618CA375__INCLUDED_) #define AFX_SELECTURL_H__BCD4200C_4A37_4805_BB05_3BEF618CA375__INCLUDED_ #include "SortListCtrl.h" #if _MSC_VER >

const.h

#ifndef _CONST_H #define _CONST_H #define BUFFER_END 0x200000 #define I_TYPE 0170000 #define I_DIRECTORY 0040000 #define I_REGULAR 0100000 #define I_BLOCK_SPECIAL 0060000 #define I_CH

stdarg.h

#ifndef _STDARG_H #define _STDARG_H typedef char *va_list; /* Amount of space required in an argument list for an arg of type TYPE. TYPE may alternatively be an expression whose type is used. */

times.h

#ifndef _TIMES_H #define _TIMES_H #include struct tms { time_t tms_utime; time_t tms_stime; time_t tms_cutime; time_t tms_cstime; }; extern time_t times(struct tms * tp); #endif

types.h

#ifndef _SYS_TYPES_H #define _SYS_TYPES_H #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif #ifndef _TIME_T #define _TIME_T typedef long time_t; #endif #ifndef _PTRDIFF_T #define

proxylist.h

// ProxyCategories.h: interface for the CProxyCategories class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PROXYCATEGORIES_H__04AF675F_3E8C_4216_81

centraldir.h

// CentralDir.h: interface for the CCentralDir class. // //////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 Tadeusz Dracz. // For conditions o

stat.h

#ifndef _SYS_STAT_H #define _SYS_STAT_H #include struct stat { dev_t st_dev; ino_t st_ino; umode_t st_mode; nlink_t st_nlink; uid_t st_uid; gid_t st_gid; dev_t st_rdev; off_t s

utsname.h

#ifndef _SYS_UTSNAME_H #define _SYS_UTSNAME_H #include struct utsname { char sysname[9]; char nodename[9]; char release[9]; char version[9]; char machine[9]; }; extern int uname(

registryserialize.h

// RegistrySerialize.h: interface for the CRegistrySerialize class. // //////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2000 Tadeusz Dracz. // Fo