mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Test renamed from linkedLib
This commit is contained in:
parent
165512e1b8
commit
52bca0701f
4 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include "test_ar.h"
|
||||
|
||||
void f1_ar()
|
||||
{
|
||||
printf ( "Hello from f1_ar.\n" ) ;
|
||||
return ;
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include "test_ar.h"
|
||||
|
||||
void f2_ar()
|
||||
{
|
||||
printf ( "Hello from f2_ar.\n" ) ;
|
||||
return ;
|
||||
}
|
Binary file not shown.
|
@ -0,0 +1,2 @@
|
|||
void f1_ar() ;
|
||||
void f2_ar() ;
|
Loading…
Add table
Reference in a new issue