File: pair%2Bint.int1.c

package info (click to toggle)
cmake 2.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 22,228 kB
  • ctags: 19,167
  • sloc: cpp: 119,660; ansic: 73,150; yacc: 3,271; sh: 1,492; lex: 1,038; lisp: 133; xml: 106; f90: 87; makefile: 70; perl: 60; tcl: 55; python: 43; asm: 28; php: 25; ruby: 22; java: 20; fortran: 6
file content (6 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (118)
1
2
3
4
5
6
#include <stdio.h>

void pair_stuff()
{
  printf("Placeholder for a strange file in subdirectory\n");
}