00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00023 #ifndef __GLOBAL_H__
00024 #define __GLOBAL_H__
00025
00026 #include <e32base.h>
00027 #include <e32math.h>
00028 #include <e32std.h>
00029 #include <e32cons.h>
00030
00031 _LIT(KTxtEPOC32EX,"EXAMPLES");
00032 _LIT(KTxtExampleCode,"Symbian platform Example Code");
00033 _LIT(KFormatFailed,"failed: leave code=%d");
00034 _LIT(KTxtOK,"ok");
00035 _LIT(KTxtPressAnyKey," [press any key]");
00036 _LIT(KTxtPanic,"Pointer is NULL");
00037 _LIT(KNewLine,"\n");
00038
00039 GLDEF_C TInt E32Main();
00040
00041 #endif