代码搜索结果

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

sys.h

extern int sys_setup(); extern int sys_exit(); extern int sys_fork(); extern int sys_read(); extern int sys_write(); extern int sys_open(); extern int sys_close(); extern int sys_waitpid(); extern int

menudata.h

// MenuData.h: interface for the CMenuData class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MENUDATA_H__D27B31C3_4B00_11D4_9BDF_0000E85300AE__INCL

config.h

#ifndef _CONFIG_H #define _CONFIG_H /* * The root-device is no longer hard-coded. You can change the default * root-device by changing the line ROOT_DEV = XXX in boot/bootsect.s */ /* * define y

tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into

fs.h

/* * This file has definitions for some important file table * structures etc. */ #ifndef _FS_H #define _FS_H #include /* devices are as follows: (same as minix, so we can use the

aboutdlg.h

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

statusbarwithprogress.h

//--------------------------------------------------------------------------- // Copyright (C) 1997, Interscope Ltd. All rights reserved. // This software is protected by copyright law. Unauthorised

mm.h

#ifndef _MM_H #define _MM_H #define PAGE_SIZE 4096 extern unsigned long get_free_page(void); extern unsigned long put_page(unsigned long page,unsigned long address); extern void free_page(unsigned l

time.h

#ifndef _TIME_H #define _TIME_H #ifndef _TIME_T #define _TIME_T typedef long time_t; #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif #define CLOCKS_PER_SEC 100 typedef l

ctype.h

#ifndef _CTYPE_H #define _CTYPE_H #define _U 0x01 /* upper */ #define _L 0x02 /* lower */ #define _D 0x04 /* digit */ #define _C 0x08 /* cntrl */ #define _P 0x10 /* punct */ #define _S 0x20 /* white