AlkantarClanX12
Current Path : /proc/self/root/opt/alt/ruby33/share/gems/gems/rake-13.1.0/doc/example/ |
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; }