ReactOS 0.4.16-dev-822-gbcedb53
_strflt Struct Reference

#include <corecrt_internal_fltintrn.h>

Collaboration diagram for _strflt:

Public Attributes

int sign
 
int decpt
 
charmantissa
 

Detailed Description

Definition at line 162 of file corecrt_internal_fltintrn.h.

Member Data Documentation

◆ decpt

int _strflt::decpt

Definition at line 165 of file corecrt_internal_fltintrn.h.

Referenced by __acrt_fltout(), __acrt_fp_strflt_to_string(), and throw().

◆ mantissa

char* _strflt::mantissa

Definition at line 166 of file corecrt_internal_fltintrn.h.

Referenced by __acrt_fltout(), __acrt_fp_strflt_to_string(), and throw().

◆ sign

int _strflt::sign

Definition at line 164 of file corecrt_internal_fltintrn.h.

Referenced by __acrt_fltout(), __acrt_fp_strflt_to_string(), and throw().


The documentation for this struct was generated from the following file: