Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetDefFloatFormat

Retrieve the default floating point format string

Declaration

pTEXT ctdbGetDefFloatFormat(CTHANDLE Handle)

Description

ctdbGetDefFloatFormat() retrieves the default floating point format string.

  • Handle [in] any c-treeDB API Handle.

Returns

ctdbGetDefFloatFormat() returns the string format to be used by sprintf() or sscanf().

See also

ctdbSetDefFloatFormat()

TOCIndex