sgp4 icon indicating copy to clipboard operation
sgp4 copied to clipboard

ANSI C Compliance

Open wojciech-graj opened this issue 2 years ago • 2 comments

Hey, what are your thoughts on making the C library ANSI (C90) compliant?

The following changes would be required:

  • Replace C++-style comments (//) with C-style comments (/**/)
  • Move declarations to the start of code blocks (already occurs in most of the code)
  • Replace %lf format specifier with %f in printf in TestSGP4.c

I'd be happy and make these changes, so feel free to assign the issue to me.

wojciech-graj avatar May 23 '22 23:05 wojciech-graj