Revision: | 47 |
Committed: | 2008-03-07T03:08:31-08:00 (17 years, 3 months ago) by douglas |
File size: | 194 byte(s) |
Log Message: | Progress, needs moar workz. |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 47 | // LCD Display Character Filter |
2 | // | ||
3 | // Douglas Thrift | ||
4 | // | ||
5 | // $Id$ | ||
6 | |||
7 | #ifndef _Filter_hpp_ | ||
8 | #define _Filter_hpp_ | ||
9 | |||
10 | #include <string> | ||
11 | |||
12 | std::string Filter(const std::string input); | ||
13 | |||
14 | #endif//_Filter_hpp_ |
Name | Value |
---|---|
svn:keywords | Id |