Hi,
I have a requirement to convert a unsigned int 32 value to a IP address dotted format.
Can this be done using a C function?
Requirement:
Eg: Input value = 3232235691
i.e
11000000 10101000 00000000 10101011
Converted to LAN Ip - 192.168.0.171
Please help.(Newbie to C programming)