Genesis-1.1.12-STABLE/
Genesis-1.1.12-STABLE/bin/
Genesis-1.1.12-STABLE/doc/
Genesis-1.1.12-STABLE/etc/
Genesis-1.1.12-STABLE/src/data/
Genesis-1.1.12-STABLE/test/
/*
// 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_