Answers for "what does packing mean in c"

C
0

what does packing mean in c

typedef struct __attribute__((__packed__)) 
{
    IP_ADDR     MyIPAddr;               // IP address
    IP_ADDR     MyMask;                 // Subnet mask
    IP_ADDR     MyGateway;              // Default Gateway
        // etc...
} APP_CONFIG;
Posted by: Guest on October-16-2020

Code answers related to "C"

Browse Popular Code Answers by Language