This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
fte/e_djgpp2.cpp

19 lines
460 B
C++
Raw Normal View History

/* e_djgpp2.cpp
*
* Copyright (c) 1997, Marko Macek
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
* Contributed by Markus F.X.J. Oberhumer <markus.oberhumer@jk.uni-linz.ac.at>
*/
// djgpp2 specific routines
#include "fte.h"
int EView::SysShowHelp(ExState &State, const char *word) {
Msg(S_ERROR, "Not yet implemented");
return 0;
}