printtest.h
Go to the documentation of this file.00001 #ifndef PRINTTEST_H
00002 #define PRINTTEST_H
00003
00007 class printtest
00008 {
00009 public:
00010
00012 static void test01();
00014 static void test02();
00015
00016 };
00017
00018 #endif
00019
00020