Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
        printf("in='%s' out='%s'\n", instr, outstr);
        return 0;
    }
    
  2. or download this
    #include <stdio.h>
    #include <stdlib.h>
    ...
        printf("in='%s' out='%s'\n", instr, outstr);
        return 0;
    }