File: simple.c

package info (click to toggle)
patchelf 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 692 kB
  • ctags: 2,011
  • sloc: cpp: 2,825; sh: 1,587; makefile: 63; ansic: 32
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

char buf[16 * 1024 * 1024];

int main(int argc, char * * argv)
{
    printf("Hello World\n");
    return 0;
}