代码搜索:Pre-processor
找到约 548 项符合「Pre-processor」的源代码
代码结果 548
www.eeworm.com/read/105396/15668430
makefile
#
# makefile - htp
#
# HTML pre-processor
# Copyright (c) 1995-1996 Jim Nelson. All rights reserved.
#
#
# project name and memory model
#
MAIN = htp
#
# development tools
#
CC = cc
LINK = cc
#
#
www.eeworm.com/read/132069/5919785
upp umakefil.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
sub_platform_name_pcfs = 'xrsymbian'
sub_platform_type_pcfs = 'xrsymbian'
proje
www.eeworm.com/read/164348/5490176
upp umakefil.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
sub_platform_name_pcfs = 'xrsymbian'
sub_platform_type_pcfs = 'xrsymbian'
proje
www.eeworm.com/read/109228/15561723
6 c-lesson.6
Lesson 5.
The Pre-processor and Header Files.
The pre-processor is activated by a '#' character in column one of the source
code. There
www.eeworm.com/read/132069/5924609
upp ucontlib.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: ucontlib
UmakefileVersion(2,1)
project.AddIncludes("../include", "../dbgtool/pub", "../runtime/pub", "..
www.eeworm.com/read/164348/5496414
upp ucontlib.upp
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: ucontlib
UmakefileVersion(2,1)
project.AddIncludes("../include", "../dbgtool/pub", "../runtime/pub", "..
www.eeworm.com/read/209211/4983974
c picpack.c
/*
*
* picpack - picture packing pre-processor
*
* A trivial troff pre-processor that copies files to stdout, expanding picture
* requests into an in-line format that's passed transparently throu
www.eeworm.com/read/147331/5731981
h syscall.h
/* syscall.h - definitions of system calls for D10V.
*
* This file must contain only pre-processor directives, and no C code,
* because it's included by assembly language sources as well as C.
*/
www.eeworm.com/read/124347/6051442
h syscall.h
/* syscall.h - definitions of system calls for D10V.
*
* This file must contain only pre-processor directives, and no C code,
* because it's included by assembly language sources as well as C.
*/
www.eeworm.com/read/251577/12335231
hpp capabilities.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/meta/capabilities.hpp
*
* Purpose: Pre-processor abilities for the meta library.
*
* C