ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
truck
/
DashInterface
/
DashInterface.cpp
Revision:
22
Committed:
2008-02-08T06:19:12-08:00
(17 years, 4 months ago) by
douglas
File size:
175 byte(s)
Log Message:
Build system improvements and new projects...
File Contents
#
Content
1
// Dash Interface
2
//
3
// Douglas Thrift
4
//
5
// $Id$
6
7
#include
<ctime>
8
#include
<iostream>
9
10
#include
<unistd.h>
11
#include
<gps.h>
12
13
int
main
(
int
argc
,
char
*
argv
[])
14
{
15
return
0
;
16
}
Properties
Name
Value
svn:keywords
Id