代码搜索:Preprocessor
找到约 5,886 项符合「Preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/140162/13101491
c ccpp.c
/* CCPP.C - New KCC Preprocessor
**
** (c) Copyright Ken Harrenstien 1989
**
*/
#ifndef DEBUG_PP
#define DEBUG_PP 0 /* Include debugging printout capability */
#endif
#include "cc.h"
#inc
www.eeworm.com/read/136879/13356302
h time3.h
// Fig. 6.10: time3.h
// Declaration of the Time class.
// Member functions defined in time3.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME3_H
www.eeworm.com/read/136879/13356324
h time1.h
// Fig. 6.6: 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_H
www.eeworm.com/read/136879/13356338
h time2.h
// Fig. 6.8: 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_H
www.eeworm.com/read/301746/13849129
fsf debug.fsf
SOFTWARE_SETTINGS
{
USE_C_PREPROCESSOR_FOR_GNU_ASM_FILES = ON;
DO_POST_BUILD_COMMAND_LINE = OFF;
PROGRAMMING_FILE_TYPE = "NO PROGRAMMING FILE";
OUTPUT_TYPE = "INTEL HEX";
TOOLSET = "CUSTOM
www.eeworm.com/read/301746/13849309
fsf release.fsf
SOFTWARE_SETTINGS
{
USE_C_PREPROCESSOR_FOR_GNU_ASM_FILES = ON;
DO_POST_BUILD_COMMAND_LINE = OFF;
PROGRAMMING_FILE_TYPE = "NO PROGRAMMING FILE";
OUTPUT_TYPE = "INTEL HEX";
TOOLSET = "CUSTOM
www.eeworm.com/read/124804/6040015
h time3.h
// Fig. 16.09: time3.h
// Declaration of the Time class.
// Member functions defined in time3.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME3_H
www.eeworm.com/read/124804/6040023
h time4.h
// Fig. 16.10: time4.h
// Declaration of the Time class.
// Member functions defined in time4.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME4_H
www.eeworm.com/read/101082/6242092
h lup_def.h
#ifdef ultrix
#ifdef lint
static char *sccsid = "@(#)lup_def.h 4.1 (ULTRIX) 7/2/90";
#endif lint
#endif ultrix
/***
*** cps$lup_def.h --
***
*** Miscellaneous preprocessor stuff for the Page Lay
www.eeworm.com/read/492033/6430205
h surfload.h
#ifndef SURFLOAD_H
#define SURFLOAD_H
#include "../../GEFEL/siftop.h"
#include "../SRC/alias.h"
#include
/**
This class is used for surface load in the mechprep preprocessor.
The surfa