9 lines
84 B
C++
Raw Normal View History

2011-06-19 15:41:06 +03:00
#include "shared2.h"
#include "stdio.h"
void shared2()
{
printf("shared2\n");
}