(C) Relatively high density file backups on paper.
Cross-platform CLI port of Ollydbg's Paperback from Windows and Borland C.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- #include "Global.h"
- #include <iostream>
- using namespace std;
-
- // placeholders for old GUI functions
-
- void Reporterror(const string &input) {
- cerr << input << endl;
- }
-
- void Message(const string &input, int progress) {
- cout << input << " @ " << progress << endl;
- }
|