Version: 9.16.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

◆ main()

int main ( void  )

Definition at line 22 of file satest.cxx.

23{
24 Emulator sup;
25
26 sup.run();
27}
void run(void)
Definition: saemul.cxx:116

References Emulator::run().