toolbox.m4

来自「这是一个Linux下的集成开发环境」· M4 代码 · 共 13 行

M4
13
字号
dnl $Id: toolbox.m4,v 1.1.1.1 2002/04/18 23:42:16 mdejong Exp $dnl Copyright (C) 1997 Cygnus Solutions, Inc.dnl Description:dnl A set of useful macro routines written in M4.dnl This macro dumps out each of its arguments with a pipe character and adnl newline between each.  This is useful for lex alternative tokens (ie.dnl "foo" | "bar". define(`oneof', `ifelse($#, 0,, $#, 1, "$1", "$1"|`oneof(shift($@))')')

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?