int main (  ) 

Definition at line 6 of file test.cpp.

00007 {
00008         u_int_96 a;
00009         cout << a.toString() << endl;;
00010 
00011         a.toU_int96("A0B0F0F0FAF0F0F0F0F0F0FF");
00012 
00013 //while (true){
00014                 ++a;
00015         
00016         cout << a.toString() << endl;
00017 //}
00018         return 0;
00019 }


Generated on Wed Jun 25 14:46:42 2008 for keyvil by  doxygen 1.5.1