Initial revision
[bpt/emacs.git] / src / dosfns.h
CommitLineData
1b94449f
RS
1/* MS-DOS specific Lisp utilities interface.
2 Coded by Manabu Higashida, 1991.
3 Copyright (C) 1991 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 1, or (at your option)
10any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to
19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20
21extern int dos_country_code;
22extern int dos_codepage;
23extern Lisp_Object Vdos_version;