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