solidDB Help : solidDB reference : solidDB SA: Function reference : SaDfloatToAsciiz
  
SaDfloatToAsciiz
SaDfloatToAsciiz stores the dfloat value as an asciiz (zero-terminated ASCII) string.
Synopsis
SaRetT SA_EXPORT_H SaDfloatToAsciiz( SaDfloatT* p_dfl,
  char* asciiz)
Parameters
The following table describes the parameters:
 
Parameters
Usage type
Description
p_dfl
in
Pointer to dfloat variable.
asciiz
out
Buffer where the dfloat is stored in asciiz (zero-terminated ASCII) string format. The memory for this must already be allocated by the caller.
Return value
SA_RC_SUCC SA_ERR_FAILED
Go up to
solidDB SA: Function reference