/*
          __
         / /_______________  ____  ___
        / __/ ___/ ___/ __ \/ __ \/ _ \
       / /_(__  ) /__/ /_/ / /_/ /  __/
       \__/____/\___/\____/ .___/\___/
                         /_/

    timer7.c
    read timer settings from a paramater file
*/

#include <tscope.h>

int main()
{
    ts_timercfg("tscope.cfg");
    ts_printf_centre(0, 0, "Hello world!");
    __int64 tmp;
    ts_resp(&tmp, &tmp, mtt(0));
    return 0;
}

END_OF_MAIN();


top
Persoonlijke pagina Universiteit GentTscope
Allegro | Cygwin | Gcc
© See license.html for copyright information