File Manager

Path: /proc/self/root/opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/rake-10.4.2/doc/example/

Viewing File: main.c

#include <stdio.h>

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

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