Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
    }
    close(CPROG);
    
  2. or download this
    #include <string.h>
    #include <stdio.h>
    ...
        "\015");
        printf("%s", a);
    }
    
  3. or download this
    main() {
        strcpy(a,
    ...
        strcat(a,
        "\015");
        printf("%s", a);