| Direktori : /proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rake-12.3.3/doc/example/ |
| Current File : //proc/thread-self/root/opt/alt/ruby25/lib64/ruby/gems/2.5.0/gems/rake-12.3.3/doc/example/main.c |
#include <stdio.h>
extern void a();
extern void b();
int main ()
{
a();
b();
return 0;
}