AlkantarClanX12

Your IP : 3.144.253.195


Current Path : /proc/self/root/opt/alt/ruby33/share/gems/gems/rake-13.1.0/doc/example/
Upload File :
Current File : //proc/self/root/opt/alt/ruby33/share/gems/gems/rake-13.1.0/doc/example/main.c

#include <stdio.h>

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

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