Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/doc/example/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby31/share/gems/gems/rake-13.0.6/doc/example/main.c |
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }