Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    int tst(int len,char str[1024]){
    ...
    tst(54,"char");
    return 1;
    }
    
  2. or download this
    use TST;
    TST::test(4444,"ss");