Your IP : 18.117.10.207


Current Path : /proc/self/root/opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rake-12.0.0/doc/example/
Upload File :
Current File : //proc/self/root/opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rake-12.0.0/doc/example/main.c

#include <stdio.h>

extern void a();
extern void b();

int main ()
{
    a();
    b();
    return 0;
}

?>