ethereal公司开发的aodv路由协议代码

源代码在线查看: cppmagic.h

软件大小: 2918 K
上传用户: lwsnsfp17
关键词: ethereal aodv 路由协议 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* $Id: cppmagic.h,v 1.1 2001/02/27 20:34:09 gram Exp $ */								/**************************************** CPP definitions ***************/								/* CPP magic: Concatenate two strings or macros that resolve to strings.				 * Use CONCAT(), not _CONCAT() */				#define _CONCAT(a,b)		a ## b				#define CONCAT(a,b)		_CONCAT(a,b)								/* CPP magic: Surround a string or a macro that resolves to a string with				 * double quotes. */				#define _STRINGIFY(a)		# a				#define STRINGIFY(a)		_STRINGIFY(a)											

相关资源