×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

lx200 driver question

  • Posts: 3
  • Thank you received: 0
Hi,
I was debugging my lx200 implementation, and looking at the code of lx200driver.c (rev901) I saw this:

in getSiteLongitude
if (sscanf (temp_string, "%d%*c%d", ddd, mm) < 2)
return -1;

What is that 'c' character doing in scanf?
11 years 2 months ago #10

Please Log in or Create an account to join the conversation.

Time to create page: 0.385 seconds