Pogosim
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1#ifndef MAIN_H
2#define MAIN_H
3
4#include "simulator.h"
5
11void print_help();
12
13#endif // MAIN_H
14
15// MODELINE "{{{1
16// vim:expandtab:softtabstop=4:shiftwidth=4:fileencoding=utf-8
17// vim:foldmethod=marker
void print_help()
Prints the help message to the console.
Definition main.cpp:56