Skip to content

Struct

struct struct_name
{
    datatype variable_1;
    datatype variable_2;
    datatype variable_3;
    ...
};