代码搜索结果

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

fcntl.h

#ifndef _FCNTL_ #define _FCNTL_ #define O_RDONLY 0 #define O_WRONLY 1 #define O_RDWR 2 #define O_CREAT 0x200 #endif /* _FCNTL_ */

setjmp.h

#ifndef _SETJMP_ #define _SETJMP_ /* defines for longjmp buffer */ #define JB_S0 0 #define JB_S1 1 #define JB_S2 2 #define JB_S3 3 #define JB_S4 4 #define JB_S5 5 #define JB_S6 6 #define JB_S

terms.h

/************************************************************* * File: include/terms.h * Purpose: Part of the PMON source package * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 98040

errno.h

#ifndef _ERRNO_ #define _ERRNO_ extern int errno; #define EINVAL 1 /* invalid argument */ #define ENOENT 2 /* No such file or directory */ #define EMFILE 3 /* too many open files */ #define EBADF

mipsmon.h

#include "mon.h" /* defs for RegList flags field */ /* bits 8 thru 31 are available for architecture-specific info */ #define F_ALL (F_33xxx|F_333xx|F_400x|F_401x) #define F_33xxx (F_33000|F_33050|F_

assert.h

/* assert.h */ #ifndef _ASSERT_ #define _ASSERT_ #ifndef _STDIO_ #include #endif #ifndef NDEBUG #define assert(ex) _assert(ex) #define _assert(ex) { \ if(!(ex)) { \ fprintf(stderr,"Ass

unistd.h

#ifndef _UNISTD_ #define _UNISTD_ #define SEEK_SET 0 /* Set file pointer to offset */ #define SEEK_CUR 1 /* Set file pointer to current plus offset */ #define SEEK_END 2 /* Set file pointer to EOF p

resource.h

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

serialport.h

/* ** FILENAME CSerialPort.h ** ** PURPOSE This class can read, write and watch one serial port. ** It sends messages to its owner when something happends on the port ** The class

setupport.h

#if !defined(AFX_SETUPPORT_H__06CEF140_A4C1_42E3_AA95_D0D53C39288C__INCLUDED_) #define AFX_SETUPPORT_H__06CEF140_A4C1_42E3_AA95_D0D53C39288C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //