/*
// Full copyright information is available in the file ../doc/CREDITS
//
// File: control.c
// ---
//
*/
#define _control_
#include "defs.h"
/*
// --------------------------------------------------------------------
*/
int main(int argc, char **argv) {
printf("Hey, imagine that, your running %s.\n", SYSTEM_TYPE);
return 0;
}
#undef _control_