Hi,I've a structure declared like thistypedef struct
{
float A;
float B;
float B;
}Struct_AAnd I would like to set all my float to 0.0.Is there a safe way to do this ?Thanks you..
{
float A;
float B;
float B;
}Struct_AAnd I would like to set all my float to 0.0.Is there a safe way to do this ?Thanks you..