DATASERV (kdataman) functions
LIBRARY ROUTINE
kdms_print_attribute - print the value of an attribute
LIBRARY CALL
int
kdms_print_attribute(
kobject object,
char *segment,
char *attribute,
kfile *printfile)
INPUT
- object - the object containing the attribute
- segment - the segment in the object which contains
the attribute.
- attribute - the attribute to print
- printfile - the open kfile to print to
OUTPUT
none
RETURN VALUE
TRUE on success, FALSE otherwise
DESCRIPTION
This function is used to print a single
attribute to an open kfile.
This function is typically used by such programs as
kprdata to print out the values of attributes in
an object.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DATASERV/objects/library/kdataman/src/attributes.c
SEE ALSO
kdataman(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.