utilitylibraries/libutils/tsrc/src/test_charptotptrc16_boundary2.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 44 97b0fb8a2cc2
child 45 4b03adbd26ca
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    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     __UHEAP_MARK;
    25     __UHEAP_MARK;
    26     int retval =ESuccess;
    26     int retval =ESuccess;
    27     char* mycharstring = "Hello Char String";
    27     char* mycharstring = "Hello Char String";
    28     int char_length= strlen(mycharstring);
    28     int char_length= strlen(mycharstring);
    43     printf("charptotptrc16 boundar2 Failed\n");
    43     printf("charptotptrc16 boundar2 Failed\n");
    44     }      
    44     }      
    45     free(myptr);
    45     free(myptr);
    46     __UHEAP_MARKEND;
    46     __UHEAP_MARKEND;
    47     testResultXml("test_charptotptrc16_boundary2");
    47     testResultXml("test_charptotptrc16_boundary2");
       
    48 	return 0;
    48 }
    49 }