/
Genesis-1.0p36-DEV/
Genesis-1.0p36-DEV/bin/
Genesis-1.0p36-DEV/doc/
Genesis-1.0p36-DEV/etc/
Genesis-1.0p36-DEV/src/data/
/*
// 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_