Help for this page

Select Code to Download


  1. or download this
    int cprintit(const char * seq) {
        cout << seq << endl;
        return 10;
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        cout << seq << endl;
        return 10;
    }
    
  3. or download this
    string    T_PV