root/test/lisp/vc/diff-mode-resources/hello_emacs.c

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

DEFINITIONS

This source file includes following definitions.
  1. main

     1 #include <stdio.h>
     2 int main()
     3 {
     4   printf("Hello, Emacs!\n");
     5   return 0;
     6 }

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