blob: e5e7dc5aeb5dd00caf0886e8da3afd9d21c8ded7 [file] [log] [blame]
#include "shared.h"
#include "stdio.h"
void shared()
{
printf("shared\n");
}