StrToHost Function

convert string to the long int host address

Syntax

unsigned int StrToHost(const char *IP);

Parameters

const char *  -  ip4 address

Return Value

long integer as host address

Remarks

N/A

Requirements

string.h

Example

N/A