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