代码搜索结果

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

resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by EPro.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #defi

stdafx.h

// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__E

hotkeydialog.h

#if !defined(AFX_HOTKEYDIALOG_H__E46813B4_AC8B_49D3_831C_68073C394AC8__INCLUDED_) #define AFX_HOTKEYDIALOG_H__E46813B4_AC8B_49D3_831C_68073C394AC8__INCLUDED_ #if _MSC_VER > 1000 #pragma once #en

mips.h

/************************************************************* * File: include/mips.h * Purpose: Machine dependent definitions for the MIPS architecture. * This file contains definitions for st

hosif.h

#if 0 -------------------------------------------------------------------------- Copyright 1994 LSI Logic Corporation LSI LOGIC PROPRIETARY All Rights Reserved THIS SOFTWARE IS PROVIDED "AS IS" WIT

strfmt.h

/* definitions for fmt parameter of str_fmt(p,width,fmt) */ #define FMT_RJUST 0 #define FMT_LJUST 1 #define FMT_RJUST0 2 #define FMT_CENTER 3

stdio.h

#ifndef _STDIO_ #define _STDIO_ typedef struct FILE { int fd; int valid; unsigned char *ptr; unsigned char *buf; int cnt; char eof; char err; } FILE; FILE *fopen(); char *fgets(); char *gets

irqvec.h

/************************************************************* * File: irqvec.h * Purpose: definitions for pmirq.c, sairq.c, and irqvec.c * Author: Phil Bunce (pjb@carmel.com) * Revision History:

queue.h

#ifndef _QUEUE_ #define _QUEUE_ /* Qinquiry operations */ #define Q_SIZE 1 /* Queue capacity */ #define Q_USED 2 /* space used */ #define Q_SPACE 3 /* space remaining */ #ifdef LANGUAGE_C typedef st

time.h

/************************************************************* * File: include/time.h * Purpose: Header file for time functions. * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 981012