dummy.c

Go to the documentation of this file.
00001 /* 
00002    This is just a dummy program, it has no real use.  It's effect is
00003    to force Automake to include rules for processing C executables
00004    into the Makefile.
00005  */
00006 
00007 
00008 #include <stdlib.h>
00009 
00010 int
00011 main (void)
00012 {
00013   exit(0);
00014 }