Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
      }
      return ( 0 );         //  Success is zero in Windows.
    }
    
  2. or download this
    void FooBar ( void )
    {
    ...
    
      char *apszVarious[];   /* ILLEGAL in C */
    }