代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/365709/9850139
h aprom.h
//定义类型
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
//声明函数
void InitialProgram(void); //初始化程序
void ChangeAPtoLD(void); //APROM跳转LDROM,即ISP模式
www.eeworm.com/read/365709/9850143
h w78e516b.h
/*--------------------------------------------------------------------------
REG52.H
Header file for winbond W78E516B.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All ri
www.eeworm.com/read/365709/9850184
svn-base aprom.h.svn-base
//定义类型
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
//声明函数
void InitialProgram(void); //初始化程序
void ChangeAPtoLD(void); //APROM跳转LDROM,即ISP模式
www.eeworm.com/read/365709/9850202
svn-base w78e516b.h.svn-base
/*--------------------------------------------------------------------------
REG52.H
Header file for winbond W78E516B.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All ri
www.eeworm.com/read/365496/9860899
c slang.c
/*
* $Id: slang.c 443 2006-05-30 04:37:13Z darren $
*
* Copyright (c) 2000-2001, Francesc Rocher
*
* Author: Francesc Rocher .
*
* This source code is released fo
www.eeworm.com/read/365496/9861039
c rexx.c
/*
* $Id: rexx.c 443 2006-05-30 04:37:13Z darren $
*
* Copyright (c) 2001-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General Publi
www.eeworm.com/read/365496/9861059
c awk.c
/*
* $Id: awk.c 443 2006-05-30 04:37:13Z darren $
*
* Copyright (c) 2000-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General Public
www.eeworm.com/read/364932/9887629
mk solaris.mk
include ../Make.defines.solaris
EXTRA=-D__EXTENSIONS__
EXTRALIBS=-lsocket -lnsl
PROGS = pty
all: ${PROGS}
loop.o: loop.c
driver.o: driver.c
main.o: main.c
pty: main.o loop.o driver.o
$(LINK