utilitylibraries/libutils/tsrc/src/test_charptotptrc16_negative2.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 71 28ccaba883f4
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 = NULL; 
    27     char* mycharstring = NULL; 
    28     TPtrC myTptrc;
    28     TPtrC myTptrc;
    39     printf("charptotptrc16 negative2 Failed\n");
    39     printf("charptotptrc16 negative2 Failed\n");
    40     }      
    40     }      
    41     free(myptr);
    41     free(myptr);
    42     __UHEAP_MARKEND;
    42     __UHEAP_MARKEND;
    43     testResultXml("test_charptotptrc16_negative2");
    43     testResultXml("test_charptotptrc16_negative2");
       
    44 	return 0;
    44 }
    45 }