utilitylibraries/libutils/tsrc/src/integration_test_scenario9.cpp
changeset 34 5fae379060a7
parent 31 ce057bb09d0b
child 45 4b03adbd26ca
equal deleted inserted replaced
31:ce057bb09d0b 34:5fae379060a7
    30     retval1= Tlitc8ToChar(src1,des1,size1);
    30     retval1= Tlitc8ToChar(src1,des1,size1);
    31     printf("retval1 value is %d\n", retval1);
    31     printf("retval1 value is %d\n", retval1);
    32 
    32 
    33     char *src2= des1;
    33     char *src2= des1;
    34     RBuf8 des2;
    34     RBuf8 des2;
       
    35     des2.CreateL(30);
    35     retval2= CharToRbuf8(src2,des2);
    36     retval2= CharToRbuf8(src2,des2);
    36     printf("retval2 value is %d\n", retval2);
    37     printf("retval2 value is %d\n", retval2);
    37 
    38 
    38     RBuf8 src3;
    39     RBuf8 src3;
    39     src3.Create(des2);
    40     src3.Create(des2);