Raw File
shared.cpp

#include "shared.h"

#include "stdio.h"

void shared()
{
  printf("shared\n");
}
back to top