home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h> // for prototypes ( printf... )
-
- int main( int argc, char *argv[], char *env[] )
- {
- printf( "test05.cpp:\n" );
- printf("This program is compiled as a GUI program (see Target Expert).\n" );
- printf("It will emulate the console on Win32s and Windows NT as well !\n" );
- return( 0 );
- }
-