1234567891011121314151617181920212223 |
- /*
- ============================================================================
- Name : Test_Console.h
- Author :
- Copyright : Your copyright notice
- Description : Exe header file
- ============================================================================
- */
- #ifndef __TEST_CONSOLE_H__
- #define __TEST_CONSOLE_H__
- // Include Files
- #include <e32base.h>
- // Function Prototypes
- GLDEF_C TInt E32Main();
- #endif // __TEST_CONSOLE_H__
|