File: dummy.c

package info (click to toggle)
mpich 3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 72,684 kB
  • ctags: 69,156
  • sloc: ansic: 360,380; perl: 17,453; sh: 16,717; f90: 11,288; xml: 9,855; python: 9,651; cpp: 8,790; fortran: 7,500; makefile: 4,374; csh: 98; ruby: 53; sed: 9; php: 8
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
/*
 *  (C) 2013 by Argonne National Laboratory.
 *      See COPYRIGHT in top-level directory.
 */
/* */

int main( int argc, char *argv[] )
{
    return 0;
}