equal
deleted
inserted
replaced
18 #include <stdio.h> |
18 #include <stdio.h> |
19 #include<e32std.h> |
19 #include<e32std.h> |
20 #include "libutils.h" |
20 #include "libutils.h" |
21 #include"std_log_result.h" |
21 #include"std_log_result.h" |
22 #define LOG_FILENAME_LINE __FILE__, __LINE__ |
22 #define LOG_FILENAME_LINE __FILE__, __LINE__ |
23 void main() |
23 int main() |
24 { |
24 { |
25 int retval =ESuccess; |
25 int retval =ESuccess; |
26 wchar_t* mywcharstring = L"Hello Widechar String"; |
26 wchar_t* mywcharstring = L"Hello Widechar String"; |
27 int wchar_length= wcslen(mywcharstring); |
27 int wchar_length= wcslen(mywcharstring); |
28 TBuf8 <45> myBuffer; |
28 TBuf8 <45> myBuffer; |