Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
    void main(void) {
        printf("%d %d\n", value1, value2);
    }
    
  2. or download this
    #include <stdio.h>
    
    ...
    void main(void) {
        func();
    }