⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ic.1int

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 1INT
字号:
.TH ic 1int.SH Nameic \- compiler for language support database.SH Syntax.B ic[.B \-D\c.I name=def] [.B \-U\c.I name] [.B \-I\c.I dir] [.B \-v] [.B \-o.I output] [.I source].SH Description.NXR "ic utility"The command.PN icgenerates a binary international database from a database languagesource file. The command either accepts its input from the file.I sourceor from the standard input, if you do not specify.I source ..PPThe name of the output file is the name of the codeset in the sourcefile or the name you specify using the.PN \-ooption..PPFor information on creating a database language source file, see the\fIGuide to Developing International Software\fP..SH Options.IP \fB\-D\fR 5Defines.I nameto the C preprocessor.  This option has the same effect as including the .PN #define .PN name directive at the head of your source file. Thedefault .I name definition is 1..PP.IP \fB\-U\fR 5Removes any initial preprocessor definition of.I name ..PP.IP \fB\-I\fR 5Causes the.PN ic compiler to search the named directory for files you name in an .PN #includedirective..PP.IP \fB\-o\fR 5Specifies the name you want.PN icto use for the output file.  By default, the compiler uses the name ofthe codeset in the source file to name the output file..PP.IP \fB\-v\fR 5Requests statistics on the number of simple and double letters in thesource file,the number of tables in the source file, and the size of the outputbinary file..SH RestrictionsThe length of the table name modifier is limited to 44 characters..SH ExamplesThe following command causes the.PN iccompiler to compile the.PN GER_CH.8859.insource file:.EX% \f(CBic \-v GER_CH.8859.in\fPINTLINFO database GER_CH.8859:	 257 code table entries (256 simple/1 multi-byte).	   1 property table(s).	   1 collation table(s).	   1 string table(s).	   3 conversion tables: toascii, tolower, toupper.5051 bytes total length..EEThe .PN iccompiler searches for the .PN GER_CH.8859.infile in the current working directory.The compiler writes compilation statistics to .PN stderr , as requested by the.PN \-voption.  The compiler creates a binary file, named .PN GER_CH.8859 ,in the current working directory..SH Return ValuesThe .PN iccompilerreturns zero exit status for successfulcompilation; it returns nonzero status if it encounters errors thatinhibit generation of a binary file..SH DiagnosticsThe.PN iccompiler issues four types of messages.  The following list describeseach of the four types:.TP 15.B warningThe compiler has detected syntax that may be in error, but does not adverselyeffect the binary file.  .TP.B error nnThe compiler has detected an error severe enough to inhibit the generationof a correct binary file..TP.B fatal errorThe compiler has detected an error that makes it impossible to proceedwith the compilation.This error most often occurs during compilation of the code table..TP.B fatal bugThis occurs when there are internal errors inthe compiler.  For example, this is generally produced whenan incompatible source file is given as aninput to.PN ic ..SH Files.TP 20.PN /tmp/icXXXXXX Temporary files.TP 20.PN /lib/cpp C preprocessor.SH See Alsointro(3int), setlocale (3), environ (5int), lang (5int), nl_langinfo(5int).br\fIGuide to Developing International Software\fP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -