MicrOS
long_double_byte Union Reference

Type represent long double value as array of bytes. More...

#include <math.h>

Public Attributes

long double f
 Long double value. More...
 
unsigned char bytes [sizeof(long double)]
 Array of bytes. More...
 

Detailed Description

Type represent long double value as array of bytes.

Member Data Documentation

◆ bytes

unsigned char long_double_byte::bytes[sizeof(long double)]

Array of bytes.

◆ f

long double long_double_byte::f

Long double value.


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