Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
        printf( "Returning %d\n", c );
        return c;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
        or die $!, $^E;
    
    print getChar() for 1 .. 10;
    
  3. or download this
    C:\test>t-w32api.pl
    Returning 41
    ...
    82
    Returning 144
    144