Path : /proc/self/root/proc/self/root/usr/share/doc/cmake-2.8.12.2/Example/Hello/ |
Current File : //proc/self/root/proc/self/root/usr/share/doc/cmake-2.8.12.2/Example/Hello/hello.h |
#ifndef _hello_h #define _hello_h class Hello { public: void Print(); }; #endif