代码搜索结果

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

malloc.h

#ifndef _MALLOC_H_ #define _MALLOC_H_ void *malloc(); void free(void *adr); #endif

ctype.h

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

ernicore.h

/* ernicore.h * Definitions for the Ernie core */ #ifndef _ERNIE_CORE_ #define _ERNIE_CORE_ #define ERNIE_CORE #include "cobrcore.h" #define M_BIU 0xfffe0130 #ifdef LANGUAGE_C #define BIU (*((

string.h

#ifndef _STRING_ #define _STRING_ char *strcat(),*strncat(),*strchr(),*strncpy(); char *strcpy(), *strrchr(), *strpbrk(); int strlen(),strcmp(),strncmp(); char *strtok(), *index(), *rindex(), *strdup(

screen.h

#ifndef _SCREEN_ #define _SCREEN_ /************************************************************* This file defines the parameters of the RacerX video interface ***************************************

memory.h

#ifndef _MEMORY_ #define _MEMORY_ char *memset(),*memcpy(); #endif /* _MEMORY_ */

dbxcore.h

/************************************************************* * File: include/dbxcore.h * Purpose: provides defines for stuff in the DBX module. * This has nothing whatever to do with MIPS's

termio.h

/************************************************************* * File: include/termio.h * Purpose: defines for terminal I/O operations * Author: Phil Bunce (pjb@carmel.com) * Revision History: *

ether.h

/************************************************************* * File: include/ether.h * Purpose: Definitions for Ethernet * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970325 Start

signal.h

#ifndef _SIGNAL_ #define _SIGNAL_ /* request types */ #define SIGINT 2 /* args & returns */ #define SIG_ERR (void (*)())-1 #define SIG_DFL (void (*)())0 #define SIG_IGN (void (*)())1 void (*s