AlkantarClanX12

Your IP : 18.225.195.4


Current Path : /opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rake-12.0.0/doc/example/
Upload File :
Current File : //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;
}