CC(1) —
NAME
cc − default C compiler
SYNOPSIS
cc [ option ] ... file ...
DESCRIPTION
As shipped, cc is a symbolic link to /bin/hc. Your system administrator can change this link to /bin/pcc, if you require pcc to be the default C compiler.
Note: If you wish to leave hc as the default compiler but object to the increased number of warning messages, you can install the following script in /bin/cc:
#!/bin/sh
exec/bin/hc -w "$@"
FILES
/bin/cc
/bin/hc
/bin/pcc
SEE ALSO
PRPQs 5799-WZQ/5799-PFF: IBM/4.3 — July 1987