Raw File
#ifndef PLATFORM
#define PLATFORM "unknown"
#endif

char *
getplatform()
{
	return PLATFORM;
}
back to top