代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/198041/7954970
html lcdconf_8h-source.html
Procyon AVRlib: conf/lcdconf.h Source File
www.eeworm.com/read/198041/7955016
html ks0108conf_8h-source.html
Procyon AVRlib: conf/ks0108conf.h Source File
www.eeworm.com/read/198041/7955208
html servoconf_8h-source.html
Procyon AVRlib: conf/servoconf.h Source File
www.eeworm.com/read/297233/8038821
h hp3bsd.h
#include "m68k/m68k.h"
/* See m68k.h. 7 means 68020 with 68881. */
#define TARGET_DEFAULT (MASK_BITFIELD|MASK_68881|MASK_68020)
/* Define __HAVE_68881__ in preprocessor, unless -msoft-float is sp
www.eeworm.com/read/245818/12779040
c preproc.c
/* preproc.c -- simple preprocessor examples */
#include
#define TWO 2 /* you can use comments if you like */
#define OW "Consistency is the last refuge of the unimagina\
tive.
www.eeworm.com/read/242859/12977850
html _pion_config_8hpp-source.html
libpion: /Users/mdickey/code/libpion-export/includ
www.eeworm.com/read/138896/13205294
readme~
This is the appendix P preprocessor contributed by Mark Brand.
It takes a stdin stream of input data and converts it into a form
that can be used by pdf417.
www.eeworm.com/read/137365/13326437
lnt co-cc86.lnt
// co-cc86.lnt
// Compiler Options for CadUL CC-86
//
// Gimpel Software acknowledges the assistance of Andreas Bock
// of Siemens in the preparation of this file.
// This file c
www.eeworm.com/read/137365/13326441
lnt co-in386.lnt
// co-in386.lnt
// Compiler Options for Intel iC-386
// This file contains options to allow PC-lint to process source
// files for your compiler. It is used as follows:
//
// li
www.eeworm.com/read/136959/13351502
awk c_lines.awk
# count lines in a C program, not counting comments, blank lines or
# form feeds
# does separate count of preprocessor directives
# if a preprocessor directive is commented out, it does not count
#
#