File: entrigraph.1

package info (click to toggle)
liwc 1.4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 84 kB
  • ctags: 78
  • sloc: ansic: 380; makefile: 54; sh: 1
file content (14 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH ENTRIGRAPH 1
.SH NAME
entrigraph \- convert C source code to use trigraphs
.SH SYNOPSIS
entrigraph [file ...]
.SH "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 '/' (`\\').
.SH "SEE ALSO"
untrigraph(1)
.SH AUTHOR
Lars Wirzenius, liw@iki.fi.