| Direktori : /proc/self/root/opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rake-12.0.0/doc/example/ |
| 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;
}