代码搜索:preprocessor

找到约 5,886 项符合「preprocessor」的源代码

代码结果 5,886
www.eeworm.com/read/366702/2883974

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
www.eeworm.com/read/366702/2883980

c c94.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=iso9899:199409" } */ /* This file is for testing the preprocessor in -std=iso9899:199409 mod
www.eeworm.com/read/366702/2884170

c digraph2.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do compile } */ /* { dg-options "-std=c89" } */ /* Just simple check that digraphs are not on in c89, for both preprocessor and co
www.eeworm.com/read/366702/2884300

c gnuc89-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=gnu89 -pedantic" } */ /* This file is for testing the preprocessor in -std=gnu89 -pedantic m
www.eeworm.com/read/366141/2893178

py install.py

import os import sys #determine if using double or single precision file = open("../../../../headers/paramesh_preprocessor.fh","r") real8 = 0 while 1: line = file.readline() if line == '': break
www.eeworm.com/read/360971/2955013

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/360971/2955016

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/258893/4349741

sh cpp.sh

#!/bin/sh # @(#) cpp.sh 1.3 92/01/15 21:53:22 # Unprototypeing preprocessor for pre-ANSI C compilers. On some systems, # this script can be as simple as: # # /lib/cpp "$@" | unproto # # Ho
www.eeworm.com/read/256195/4370465

1 xscale_be-gasp.1

.\" gasp man page by Christopher C. Chimelis, chris@debian.org .\" for binutils 2.9.5.0.12 17 Sep 1999 .TH gasp 1 "September 1999" Debian "GNU Development Tools" .SH NAME gasp \- a preprocessor for a
www.eeworm.com/read/294005/8258120

configure

#!/bin/bash ok=0 checkinclude() { printf "checking for $1... " # only the preprocessor is needed check for the libaries if ! gcc -o /dev/null -L /usr/local/lib/ -l$1 check$$.c &> /dev/null; th