This is the command entrigraph that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
entrigraph - convert C source code to use trigraphs
SYNOPSIS
entrigraph [file ...]
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 '/' (`\').
Use entrigraph online using onworks.net services