代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/128552/5982994
h lwipopts.small.h
//
// lwipopts.h
//
// Contains preprocessor definitions to guide a build of the lwIP code.
//
#ifndef _LWIPOPTS_H_
#define _LWIPOPTS_H_
#define NO_SYS 0
/*#define LWIP_EVENT_API 0*/
/* -
www.eeworm.com/read/128552/5982997
h lwipopts.big.h
//
// lwipopts.h
//
// Contains preprocessor definitions to guide a build of the lwIP code.
//
#ifndef _LWIPOPTS_H_
#define _LWIPOPTS_H_
#define NO_SYS 0
/*#define LWIP_EVENT_API 0*/
/* -
www.eeworm.com/read/124804/6040009
h time1.h
// Fig. 16.5: time1.h
// Declaration of the Time class.
// Member functions are defined in time1.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME1_
www.eeworm.com/read/124804/6040012
h time2.h
// Fig. 16.7: time2.h
// Declaration of the Time class.
// Member functions are defined in time2.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME2_
www.eeworm.com/read/156275/11814923
c voice1.c
#define DEBUG
/* PREPROCESSOR STUFF */
#case
#include
/* clk is 4MHz */
#use Delay(Clock=4000000)
/* no watchdog timer, no code protect, yes power up timer */
#fuses XT, NO
www.eeworm.com/read/154972/11909108
in ifnames.in
#! @PERL@ -w
# -*- perl -*-
# @configure_input@
eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# ifnames - print the identifiers used in C preprocessor condi
www.eeworm.com/read/253219/12239627
in ifnames.in
#! @PERL@ -w
# -*- perl -*-
# @configure_input@
eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac'
if 0;
# ifnames - print the identifiers used in C preprocessor condi
www.eeworm.com/read/123658/14618882
c cccp.c
/* C Compatible Compiler Preprocessor (CCCP)
Copyright (C) 1986, 87, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
Written by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman,
www.eeworm.com/read/470720/1444826
c c++98-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=c++98 -pedantic" } */
/* This file is for testing the preprocessor in -std=c++98 -pedantic m
www.eeworm.com/read/470720/1452235
c gnuc99-pedantic.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu99 -pedantic" } */
/* This file is for testing the preprocessor in -std=gnu99 -pedantic m