Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbGetDefFloatFormat

Retrieve the default floating point format string

Declaration

cpTEXT ctdbDECL ctdbGetDefFloatFormat(CTHANDLE Handle)

Description

ctdbGetDefFloatFormat() retrieves the default floating point format string.

  • Handle [in] any FairCom DB API Handle.

Returns

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

See also

ctdbSetDefFloatFormat()

TOCIndex