代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/162614/5530915
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/162614/5530983
c assert1.c
/* Basic tests of the #assert preprocessor extension. */
/* { dg-do compile } */
/* { dg-options "" } */
#define def unused expansion
#define fail int fail
#assert abc (def)
#assert abc (ghi)
#asse
www.eeworm.com/read/158865/5594226
h netbsd.h
#include
/* Get generic NetBSD definitions. */
#include
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFI
www.eeworm.com/read/475633/6774982
cpp gameswf_processor.cpp
// gameswf_processor.cpp -- Thatcher Ulrich 2003
// This source code has been donated to the Public Domain. Do
// whatever you want with it.
// A SWF preprocessor for the gameswf l
www.eeworm.com/read/334858/12568894
hh foreach.hh
/*
Foreach.hh - C++ foreach preprocessor macro for STL containers
Copyright (C) 2005 A. Bram Neijt
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/174714/9575391
hin dgibson.hin
Best Abuse of the C Preprocessor: David Gibson
David Gibson
University of Cape Town
1 Sweet Valley Road
Bergvliet
7945
South Africa
Judges' comments:
To use:
sh
www.eeworm.com/read/365329/9869167
awk main.awk
# main.awk -- 5.8 Sep 27 15:58:56 1993
# Copyright (c) 1993 Axel T. Schreiner
# preprocessor implementation (last module)
# private:
# preprocess(file) preprocess a source file
# preprocess a m
www.eeworm.com/read/467950/6997144
makefile
#
# Makefile for blobdetect
#
VERSION = 1.3b
# Add preprocessor flags here
# -DDOUBLE_FLOATS For 64bit architectures, and Matlab compatibility
# -DWIN32 Use this to compile under WIN32
# -DDE
www.eeworm.com/read/296774/7114363
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/128552/5982991
h lwipopts.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*/
/* -