summaryrefslogtreecommitdiff
path: root/debian/detect_arch.cpp
blob: 8a2ff5bfc18e4edf5f1b94ed350269e1e8970414 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include <PlatformMacro.h>

int main(void)
{
	std::cout << ULTRACOPIER_PLATFORM_CODE;
	return 0;
}