root/orte/test/system/no_op.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. main

   1 /* -*- C -*-
   2  *
   3  * $HEADER$
   4  *
   5  * The most basic of applications
   6  */
   7 
   8 #include <stdio.h>
   9 
  10 int main(int argc, char* argv[])
  11 {
  12     return 0;
  13 }

/* [<][>][^][v][top][bottom][index][help] */