|
ocssw
V2022
|
#include <unistd.h>#include <libgen.h>#include <string.h>#include <stdio.h>#include <sys/utsname.h>#include "l1czcs.h"#include <timeutils.h>#include <passthebuck.h>#include <GetStationInfo.h>Go to the source code of this file.
Macros | |
| #define | PROGRAM "l1czcs" |
| #define | VERSION "1.1" |
| #define | RET_GOOD 0 |
| #define | RET_ERR 1 |
| #define | RET_WARN 2 |
| #define | MAXLINE 3000 |
Functions | |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ MAXLINE
◆ PROGRAM
◆ RET_ERR
◆ RET_GOOD
◆ RET_WARN
◆ VERSION
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.gantz@globalstar.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings


