[Drobo-utils-devel] SF.net SVN: drobo-utils:[201] trunk/ddiag.c
Brought to you by:
peter_silva
|
From: <pet...@us...> - 2009-02-01 22:21:07
|
Revision: 201
http://drobo-utils.svn.sourceforge.net/drobo-utils/?rev=201&view=rev
Author: peter_silva
Date: 2009-02-01 22:21:03 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
no longer needed. (diagprint in drobom)
Removed Paths:
-------------
trunk/ddiag.c
Deleted: trunk/ddiag.c
===================================================================
--- trunk/ddiag.c 2009-02-01 22:20:07 UTC (rev 200)
+++ trunk/ddiag.c 2009-02-01 22:21:03 UTC (rev 201)
@@ -1,16 +0,0 @@
-
-#include <stdio.h>
-
-int main(int argc, char *argv[]) {
-
- int ch, x, key;
- FILE *input = fopen( argv[1], "r" );
-
- ch = getc( input );
- key = ch ^ 0x2d ;
- while( ch != EOF ) {
- x = ch^key;
- printf( "%c", x );
- ch = getc( input );
- }
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|