/* HELLO.H - Hello World - A Simple Demoprogram (C) 1991 by Joachim Kainz 'On a mission from Bhudda' */ #if !defined (__HELLO_H) #define __HELLO_H 1 #include #define ID_FONT 1001 #define ID_HI_FOLKS 1002 #endif