DEBSOURCES
Skip Quicknav
sources / eclipse-cdt / 9.9.0-5 / build / org.eclipse.cdt.managedbuilder.core.tests / resources / test21Projects / linkedLib / f2.c
12345678
#include <stdio.h> #include "test_ar.h" void f2_ar() { printf ( "Hello from f2_ar.\n" ) ; return ; }