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

chktri - check for trigraphs in C source code

Author

       Lars Wirzenius, liw@iki.fi.

                                                                                                       CHKTRI(1)

Description

       This  program  looks  for  lines containing trigraphs in C source code.  Trigraphs are a way to represent
       certain characters in C source code as two  question  marks  and  a  third  character.   For  example,  a
       backslash  could  be  represented  as  `??/'.  For a detail specification, see section 5.2.1.1 in the ISO
       9899:1990 standard or any decent C book.  (You don't really want to know.)

Name

       chktri - check for trigraphs in C source code

Synopsis

       chktri [file ...]

See Also