Tscope5
system01.c
////////////////////////////////////////////////////////////////////////////////
//
// __ ______
// / /_______________ ____ ___ / ____/
// / __/ ___/ ___/ __ \/ __ \/ _ \ /___ )
// / /_(__ ) /__/ /_/ / /_/ / __/ ____/ /
// \__/____/\___/\____/ .___/\___/ /_____/
// /_/
//
// system01.c
// - Print out a list of available fullscreen modes and
// the status of all tscope5 subsystems.
// - This example does not open a display.
////////////////////////////////////////////////////////////////////////////////
#include <tscope5.h>
int main()
{
return 0;
}