HP 9000 User Manual page 165

Computers
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

B
}
1*
do not have a right-to-left terminal:
... print a varning and do a copy
*1
errore VARIIIG. IOT_RTL_TERK. termname);
Process
=
copy;
else if
«File~ode
==
term~ode)
tt (file_order == ter.M-order»
{
1*
mode the same. order the same: a regular copy
*1
Process
=
copy;
}
else if
«File~ode
==
term~ode)
tt (file_order != term_order»
{
1*
mode the same. order different: must change the order
*1
Process
=
reorder;
}
else {
1*
Currently it is undefined what should happen vhen
.. the file mode and the terminal mode are different.
*1
errore FATAL. BAD_KODE);
}
1*
set up input file arguments
*1
Filename
=
«argc - optind)
<
1)
?
deffiles
argv
+
optind
return GOOD;
}
1*
**************************************************************************
**
finishO
**
**
description:
**
get ready to leave: close message catalogs
**
**
global variables:
**
Catd: nl_catd message catalog descriptor
**
**
return value:
**
0: everything vent ok
**
-1: had some trouble
**************************************************************************
*1
static int
finishO
{
1*
close the message catalog
... and do not complain about a missing catalog */
(void) catclose( Catd);
return GOOD;
}
B-8
Example of Internationalized Software

Advertisement

Table of Contents
loading

Table of Contents