Functions

dummy.c File Reference

#include <stdlib.h>
Include dependency graph for dummy.c:

Go to the source code of this file.

Functions

int main (void)

Function Documentation

int main ( void   ) 

Definition at line 11 of file dummy.c.

{
  exit(0);
}