News

char frame[12], *str; … str = Geo_getLatitude (position); frame = strcat (frame, str); Before executing the function strcat(), frame contains the string “@078,”.. The pointer str points to a memory ...