~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to dbug/example3.c

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
main (argc, argv)
 
2
int argc;
 
3
char *argv[];
 
4
{
 
5
#   ifdef DEBUG
 
6
    printf ("argv[0] = %d\n", argv[0]);
 
7
#   endif
 
8
    /*
 
9
     *  Rest of program
 
10
     */
 
11
#   ifdef DEBUG
 
12
    printf ("== done ==\n");
 
13
#   endif
 
14
}