Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CppSharedLib.cpp « CppSharedLib « project « samples - github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42ecddcdd7b75c3fe18e4fc24c9f384212ff4669 (plain)
1
2
3
4
5
6
#include <stdio.h>

void CppSharedLib()
{
	printf("CppSharedLib\n");
}