10 lines
85 B
C++
10 lines
85 B
C++
|
|
#include "shared2.h"
|
|
|
|
#include "stdio.h"
|
|
|
|
void shared2()
|
|
{
|
|
printf("shared2\n");
|
|
}
|