blob: 94419b389d212fbd2004cc1851975f5563a870fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* vim:ts=8 sts=4:sw=4
*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
*/
/*
* Atari MiNT Machine-dependent things.
*/
#define BINARY_FILE_IO
|