/*
FreeRTOS V3.2.2 - Copyright (C) 2003 - 2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the
[Note]:
Special options setting of lwIP in this project (for using it with uC/OS-II on TI C6000 DSP)
*******************************************************************************************
[Note]:
Special options setting of lwIP in this project (for using it with uC/OS-II on TI C6000 DSP)
*******************************************************************************************
#include
static struct sss{
char * f;
} a[10];
int main (void) {
printf ("++++Array of struct with pointer:\n");
printf ("size=%d,align=%d,displ-a[5]=%d,align-a[5]=%d\n",
s
#include
static struct sss{
double f;
} a[10];
int main (void) {
printf ("++++Array of struct with double:\n");
printf ("size=%d,align=%d,displ-a[5]=%d,align-a[5]=%d\n",
si
#include
static struct sss{
long double f;
} a[10];
int main (void) {
printf ("++++Array of struct with longdouble:\n");
printf ("size=%d,align=%d,displ-a[5]=%d,align-a[5]=%d\n",