MSC: struct xycoord far _getphyscoord( short x, short y )
- prototype in graph.h
- translates logical coordinates to physical coordinates returning
the result in the format:
struct xycoord
{
short xcoord;
short ycoord;
};
- see _getlogcoord()