mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Moved file type variables to apple2_filetype.h
This commit is contained in:
parent
9459f11688
commit
abb2e8034b
@ -137,11 +137,9 @@ extern unsigned char _dos_type;
|
||||
|
||||
|
||||
/* The file stream implementation and the POSIX I/O functions will use the
|
||||
** following variables to determine the file type, aux type and creation time
|
||||
** stamp to use.
|
||||
** following struct to set the date and time stamp on files. This specificially
|
||||
** applies to the open and fopen functions.
|
||||
*/
|
||||
extern unsigned char _filetype; /* Default: 6 */
|
||||
extern unsigned int _auxtype; /* Default: 0 */
|
||||
extern struct {
|
||||
struct {
|
||||
unsigned day :5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user