Guardian Programming Reference Summary for C

Functions Summary (D-F)
Guardian Programming Reference Summary for C522630-001
5-16
flags
DNUMOUT
Converts unsigned double-word integer values to their ASCII equivalents, right-justified
in an array.
flags
DST_GETINFO_
Provides information about the DST entry that is in effect at time keygmt.
Bits 0-12 Must be 0.
Bit 13 Disallow preceding sign (+/-).
Bit 14 Disallow prefixes (%, #, and so on).
Bit 15 Permit a two-word number of the form integer1.integer2, where
each unsigned integer must fit within a 16-bit word.
#include <cextdecs(DNUMOUT)>
short DNUMOUT ( char *ascii-result /* o */
,long unsigned-doubleword /* i */
,short base /* i */
,[ short width ] /* i */
,[ short flags ] ); /* i */
Bits 0-14 Must be 0
Bit 15 Blank-fill on left (The default is zero-fill.)
#include <cextdecs(DST_GETINFO_)>
short DST_GETINFO_ ( long long keygmt /* i */
,short *dstentry ); /* o */