blob: 244adb6f99f1a3112f80a329b25c67712394c223 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef RISC_VECTOR_H
#define RISC_VECTOR_H
#include <string>
/**
* Outputs the program version and banner.
*/
void print_version_number();
#endif /* RISC_VECTOR_H_INCLUDED */
|