logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

entrigraph - convert C source code to use trigraphs

Author

       Lars Wirzenius, liw@iki.fi.

                                                                                                   ENTRIGRAPH(1)

Description

       This  program  converts  a  C  program  to  use trigraphs.  A trigraph is a three character sequence that
       encodes a single character.  A trigraph begins with two question marks.  The third character is `/'  (the
       trigraph  means  `\'), '(' (`['),  ')' (`]'),  '<' (`{'),  '>' (`}'),  '!' (`|'),  ''' (`^'),  '-' (`~'),
       '=' (`/'), or '/' (`\').

Name

       entrigraph - convert C source code to use trigraphs

See Also

untrigraph(1)

Synopsis

       entrigraph [file ...]

See Also