Current Path : /proc/3848978/cwd/lib/ruby/gems/3.0.0/gems/rake-13.0.3/doc/example/ |
Current File : //proc/3848978/cwd/lib/ruby/gems/3.0.0/gems/rake-13.0.3/doc/example/main.c |
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }