9 lines
81 B
C++
Raw Normal View History

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