Changeset 26 in ntrip
- Timestamp:
- Dec 6, 2005, 5:50:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ntripclient/NtripLinuxClient.c
r25 r26 1 1 /* 2 2 Easy example NTRIP client for Linux/Unix. 3 $Id: NtripLinuxClient.c,v 1.1 3 2005/04/26 08:14:38stoecker Exp $3 $Id: NtripLinuxClient.c,v 1.14 2005/11/22 14:26:41 stoecker Exp $ 4 4 Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de> 5 5 … … 20 20 */ 21 21 22 #include <ctype.h> 22 23 #include <getopt.h> 23 24 #include <stdio.h> … … 37 38 38 39 /* CVS revision and version */ 39 static char revisionstr[] = "$Revision: 1.1 3$";40 static char datestr[] = "$Date: 2005/ 04/26 08:14:38$";40 static char revisionstr[] = "$Revision: 1.14 $"; 41 static char datestr[] = "$Date: 2005/11/22 14:26:41 $"; 41 42 42 43 struct Args
Note:
See TracChangeset
for help on using the changeset viewer.