/tools/Ruby/lib/ruby/gems/1.8/gems/rake-0.9.2/doc/example/b.c

http://github.com/agross/netopenspace · C · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · d8faaa27338a18055f746a1958b2d1b6 MD5 · raw file

  1. #include <stdio.h>
  2. void b()
  3. {
  4. printf ("In function b\n");
  5. }