Define MAIN

Define Documentation

MAIN(prog)

Macro which defines a main function for your test program. Some platforms will name this function main(), others prog().

Parameters
  • prog – Name of the test program.