ecc.1
来自「speech signal process tools」· 1 代码 · 共 48 行
1
48 行
.\" @(#)ecc.1 1.2 7/23/93 ESI.\" Copyright (c) 1987, 1990Entropic Speech, Inc. All Rights Reserved..TH ECC 1\-ESPS 7/23/93.SH NAME.nfecc \- compile simple ESPS programs elint \- run lint on simple ESPS programs.SH SYNOPSIS.B ecc[.BI "cc options"].I files.br.B elint[.BI "lint options"].I files.SH DESCRIPTION.PP\fIecc\fR is used just like \fIcc\fR(1) to compilesimple ESPS programs. \fIecc\fR supplies the correctlocation of the ESPS include files to \fIcc\fR using the \fB-I\fR optionand supplies the correct library names on the \fIcc\fR command line. Thegenerated \fIcc\fR command is printed on standard output. .PP\fIelint\fR is used to run \fIlint\fR(1) on ESPS programs. Theprogram supplies the correct include file directories and lint librarynames to \fIlint\fR..PPAll of these program also search the Unix math library (-lm)..SH "ESPS PARAMETERS".PPThe ESPS parameter file is not read..SH "ESPS HEADERS".PPESPS data files are not read or written..SH "WARNINGS".PPNo error messages are produced by these programs. Various error andwarning messages are possible from the C compiler or the loader..SH "AUTHOR".PPAlan Parker
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?