This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Removing code dupe in libc (Was: A final solution...)


On Sat, 13 Feb 1999, Paul Derbyshire wrote:
> M4?

`man m4` on (nearly) any Unix system.

---- cut ----
NAME
     m4 - macro processor

SYNOPSIS
     /usr/ccs/bin/m4 [ -e ] [ -s ] [ -B int ] [ -H int ]
          [ -S int ] [ -T int ] [ -Dname [=val] ] ...
          [ -U name ] ...  [ file ...  ]

     /usr/xpg4/bin/m4 [ -e ] [ -s ] [ -B int ] [ -H int ]
          [ -S int ] [ -T int ] [ -Dname [=val] ] ...
          [ -U name ] ...  [ file ...  ]

DESCRIPTION
     The m4 utility is a macro processor intended as a front  end
     for C, assembler, and other languages.  Each of the argument
     files is processed in order; if there are no files, or if  a
     file  is  -, the standard input is read.  The processed text
     is written on the standard output.

  Macro Syntax
     Macro calls have the form:

          name(arg1,arg2, ..., argn)
 :
---- cut ----

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]