int MGOread (char *string, int size)
The MGOread() function reads a maximum of size characters from the server and places them into string.
Returns the number of characters read upon success (zero indicates end of file) or -1 if an error occurred (in which case MGOerrno and MGOerrmsg are set appropriately).