typedefstructPlacePlace;structPlace{doublelon;doublelat;};#pragma varargck type "L" Placeenum{Undef=0x80000000,Baud=4800,/* 4800 is NMEA standard speed */};externPlacenowhere;externintdebug;intplaceconv(Fmt*);Placestrtopos(char*,char**);intstrtolatlon(char*,char**,Place*);