HP 9000 User Manual page 185

Computers
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

c
Table C-2. NLS Library Routines (continued)
Routine
HP-UX
Description
Reference Entry
strftime(char *s,
strftime (3C)
Converts contents of a tm structure to
siZLt maxsize, const
a formatted date and time string.
char *format, const
Places characters into the array
struct tm *timeptr)
pointed to by s as controlled by the
string pointed to by format. No more
than maxsize characters are placed into
the array. The appropriate characters
are determined by the program's locale,
by the values in the structure pointed
to by timeptr, and by the
TZ
(time
zone) environment variable.
strord( char *sl , const
strord(3C)
Converts the order of characters in sl
char *s2 , nL mode m)
from screen to keyboard order or vice
versa and places the result in sl . The
arguments sl and s2 point to strings.
The conversion is based on mode
information indicated by the argument
m.
strtod( const char
strtod(3C)
Returns, as a double-precision
*str, char **ptr)
floating-point number, the value
represented by the character string
pointed to by str. The string is
scanned (leading white-space characters
as defined by isspace are ignored) up
to the first unrecognized character. If
the value of ptr is not (char
**)
NULL ,
the variable to which it points is set to
point at the character after the last
number, if any, that was recognized. If
no number can be formed, *ptr is set
to str, and zero is returned.
C-12
NLS References

Advertisement

Table of Contents
loading

Table of Contents