代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/292797/8332118
test include.test
#! /bin/sh
# Test to make sure header vars defined only once when including.
# Report from Marcus G. Daniels.
. $srcdir/defs || exit 1
cat > Makefile.am foo
$AUTOMAKE
www.eeworm.com/read/173976/9617694
include makefile.include
ifdef APPS
APPDIRS = $(foreach APP, $(APPS), ../apps/$(APP))
-include $(foreach APP, $(APPS), ../apps/$(APP)/Makefile.$(APP))
CFLAGS += $(addprefix -I../apps/,$(APPS))
endif
ifndef CCDEP
CC
www.eeworm.com/read/369962/9627499
h include.h
/************************** (H) 2005 485表项目 *******************************
项 目: 485表项目
编译环境 : IARAVR 编译器 4.10A
模块名称 : Include.h
版 本 : V 1.0
建立时间 : 2008-6-3 21:51
www.eeworm.com/read/367729/9735185
jpg include.jpg
www.eeworm.com/read/170603/9797161
c include.c
#include
#include
#include
#include "cpp.h"
Includelist includelist[NINCLUDE];
extern char *objname;
void
doinclude(Tokenrow *trp)
{
char fname[256], iname[256];
I
www.eeworm.com/read/415564/11062435
h include.h
/* Includes all include files to make easy include them in code */
#ifndef INCLUDE_H_
#define INCLUDE_H_
//Software
//Perephery
#include "OLIMEX_SAM7_EX256.h"
#include "rprintf.h"
#incl
www.eeworm.com/read/415562/11062629
h include.h
/* Includes all include files to make easy include them in code */
#ifndef INCLUDE_H_
#define INCLUDE_H_
//Programming macros
//Software
//Perephery
#include "OLIMEX_SAM7_EX256.h"
www.eeworm.com/read/269755/11079231
h include.h
/// \defgroup rbd_common RBD common library
///@{
/// \file include.h
/// Set options and and details of include files.
#ifndef INCLUDE_LIB
#define INCLUDE_LIB
//#define use_namespace
www.eeworm.com/read/269737/11080428
h include.h
//$$ include.h include files required by various versions of C++
#ifndef INCLUDE_LIB
#define INCLUDE_LIB
//#define use_namespace // define name spaces
//#define S
www.eeworm.com/read/269312/11101258
h include.h
//----------------------------------------------------------------------------
// Description: Master include file
//
// Demo Application for MSP430/CC1100-2500 Interface Code Library v1.0
//