Header And Logo

PostgreSQL
| The world's most advanced open source database.

preproc-comment.c

Go to the documentation of this file.
00001 /* Processed by ecpg (regression mode) */
00002 /* These include files are added by the preprocessor */
00003 #include <ecpglib.h>
00004 #include <ecpgerrno.h>
00005 #include <sqlca.h>
00006 /* End of automatic include section */
00007 #define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
00008 
00009 #line 1 "comment.pgc"
00010 #include <stdlib.h>
00011 
00012 
00013 #line 1 "regression.h"
00014 
00015 
00016 
00017 
00018 
00019 
00020 #line 3 "comment.pgc"
00021 
00022 
00023 /* just a test comment */ int i;
00024 /* just a test comment int j*/;
00025 
00026 /****************************************************************************/
00027 /* Test comment                                                             */
00028 /*--------------------------------------------------------------------------*/
00029 
00030 int main(void)
00031 {
00032   ECPGdebug(1, stderr);
00033 
00034   { ECPGconnect(__LINE__, 0, "regress1" , NULL, NULL , NULL, 0); }
00035 #line 17 "comment.pgc"
00036 
00037 
00038   { ECPGdisconnect(__LINE__, "CURRENT");}
00039 #line 19 "comment.pgc"
00040 
00041   exit (0);
00042 }