Version: 8.3.0
satest.cxx File Reference
#include "saemul.hxx"
Include dependency graph for satest.cxx:

Go to the source code of this file.

Functions

int main (void)
 

Function Documentation

int main ( void  )

Definition at line 22 of file satest.cxx.

References Emulator::run().

23 {
24  Emulator sup;
25 
26  sup.run();
27 }