File: detect_arch.cpp

package info (click to toggle)
ultracopier 0.3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 6,640 kB
  • ctags: 3,679
  • sloc: cpp: 27,286; ansic: 1,860; xml: 536; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
7
8
#include <iostream>
#include <PlatformMacro.h>

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