PATH:
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
rake-13.0.3
/
doc
/
example
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }
[-] a.c
[edit]
[-] b.c
[edit]
[+]
..
[-] Rakefile2
[edit]
[-] Rakefile1
[edit]
[-] main.c
[edit]