File: grid.h

package info (click to toggle)
cwirc 2.0.0-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 736 kB
  • ctags: 652
  • sloc: ansic: 5,423; makefile: 283
file content (3 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (6)
1
2
3
/* Prototypes */
int cwirc_is_grid_square(char *gs);
int cwirc_great_circle_path(char *gs1,char *gs2);