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