C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_getcurrentposition Functions
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <graph.h>
 
  Syntax:    struct _xycoord _getcurrentposition( void );
             struct _wxycoord _getcurrentposition_w( void );
 
  Returns:   the coordinates of the current position as an _xycoord
             structure.
 
  See also:  _moveto, lineto, _grstatus
                                    -♦-