blob: ba394826aa5f19f099a0e67cc8fb8d78c05ecc63 [file] [log] [blame]
#include <stdio.h>
static long double ld;
int main(void)
{
printf ("+++Long Double size:\n");
printf ("%d\n", sizeof (ld));
return 0;
}