代码搜索:macro
找到约 10,000 项符合「macro」的源代码
代码结果 10,000
www.eeworm.com/read/289731/8532330
cpp macro.cpp
// Section 10.1
// $ CC macro.cpp
/*
elem_cnt : 5 expecting: 10
*/
#include
using std::cout;
using std::endl;
#define min(a,b) ((a) < (b) ? (a) : (b))
const int s
www.eeworm.com/read/289204/8568652
inc macro.inc
;*
;* $Id: macro.inc,v 1.2 2007/08/17 06:21:52 sunny Exp $
;*
; Copyright (C) NEC Electronics Corporation 1990,2005
; NEC ELECTRONICS CONFIDENTIAL AND PROPRIETARY
; All rights reserved by NEC Ele
www.eeworm.com/read/288910/8595081
cpp macro.cpp
// Section 10.1
// $ CC macro.cpp
/*
elem_cnt : 5 expecting: 10
*/
#include
using std::cout;
using std::endl;
#define min(a,b) ((a) < (b) ? (a) : (b))
const int s
www.eeworm.com/read/432289/8613152
cpp macro.cpp
//: C09:Macro.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Side effects with macros
#include
www.eeworm.com/read/288263/8645559
h macro.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/431298/8690233
c macro.c
#include "tdestr.h" /* tde types */
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* keystroke record functions
*/
/*
* Name: record_o
www.eeworm.com/read/431157/8707638
c macro.c
/*****************************************************************************
The function 'macro()' is repeatedly called by the parser to obtain
its next input token. The default behaviour is just g
www.eeworm.com/read/287151/8717728
c macro.c
#include "tdestr.h" /* tde types */
#include "common.h"
#include "define.h"
#include "tdefunc.h"
/*
* keystroke record functions
*/
/*
* Name: record_o
www.eeworm.com/read/430018/8772467
h macro.h
#ifndef _Macro_H_
#define _Macro_H_
#ifndef bool
#define bool unsigned char
#endif
#ifndef uint8
#define uint8 unsigned char
#endif
#ifndef sint8
#define sint8
www.eeworm.com/read/285772/8818566
h macro.h
//////////////////////////////////////////////////////////////////////////////////////
//
// Define the Macroes Used in the CvrDemo Project
//
// XinFan 2003.6.4
#ifndef _MACRO_H
#define _MA