Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars » Rambles/SplitS/Source/pc_h

Rambles/SplitS/Source/pc_h

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars
Filename: Rambles/SplitS/Source/pc_h
Read OK:
File size: 043C bytes
Load address: 0000
Exec address: 0000
File contents
/********************************************************************************/
/*                                                                              */
/* Config header file for PC systems                                            */
/* Part of Splitf and Joinf distribution                                        */
/* version 1.13, � 1993-1995 Adam Hamilton                                      */
/* See the README file for copyright information                                */
/*                                                                              */
/********************************************************************************/

/**********************************/
/* Platform dependant definitions */

#define         PC
#define         LEAFNAME_MAX    8

/* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */

#define FILE_SEPARATOR '\\'


/* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */

#define SEPARATOR_SEARCH '\\'


/* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */

#define COLON True
00000000  2f 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |/***************|
00000010  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000050  2a 2f 0a 2f 2a 20 20 20  20 20 20 20 20 20 20 20  |*/./*           |
00000060  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000a0  20 20 20 2a 2f 0a 2f 2a  20 43 6f 6e 66 69 67 20  |   */./* Config |
000000b0  68 65 61 64 65 72 20 66  69 6c 65 20 66 6f 72 20  |header file for |
000000c0  50 43 20 73 79 73 74 65  6d 73 20 20 20 20 20 20  |PC systems      |
000000d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
000000f0  20 20 20 20 20 20 2a 2f  0a 2f 2a 20 50 61 72 74  |      */./* Part|
00000100  20 6f 66 20 53 70 6c 69  74 66 20 61 6e 64 20 4a  | of Splitf and J|
00000110  6f 69 6e 66 20 64 69 73  74 72 69 62 75 74 69 6f  |oinf distributio|
00000120  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00000130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000140  20 20 20 20 20 20 20 20  20 2a 2f 0a 2f 2a 20 76  |         */./* v|
00000150  65 72 73 69 6f 6e 20 31  2e 31 33 2c 20 a9 20 31  |ersion 1.13, . 1|
00000160  39 39 33 2d 31 39 39 35  20 41 64 61 6d 20 48 61  |993-1995 Adam Ha|
00000170  6d 69 6c 74 6f 6e 20 20  20 20 20 20 20 20 20 20  |milton          |
00000180  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000190  20 20 20 20 20 20 20 20  20 20 20 20 2a 2f 0a 2f  |            */./|
000001a0  2a 20 53 65 65 20 74 68  65 20 52 45 41 44 4d 45  |* See the README|
000001b0  20 66 69 6c 65 20 66 6f  72 20 63 6f 70 79 72 69  | file for copyri|
000001c0  67 68 74 20 69 6e 66 6f  72 6d 61 74 69 6f 6e 20  |ght information |
000001d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
000001f0  2f 0a 2f 2a 20 20 20 20  20 20 20 20 20 20 20 20  |/./*            |
00000200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000240  20 20 2a 2f 0a 2f 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |  */./**********|
00000250  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000290  2a 2a 2a 2a 2a 2a 2f 0a  0a 2f 2a 2a 2a 2a 2a 2a  |******/../******|
000002a0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
000002b0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2f 0a 2f 2a  |************/./*|
000002c0  20 50 6c 61 74 66 6f 72  6d 20 64 65 70 65 6e 64  | Platform depend|
000002d0  61 6e 74 20 64 65 66 69  6e 69 74 69 6f 6e 73 20  |ant definitions |
000002e0  2a 2f 0a 0a 23 64 65 66  69 6e 65 20 20 20 20 20  |*/..#define     |
000002f0  20 20 20 20 50 43 0a 23  64 65 66 69 6e 65 20 20  |    PC.#define  |
00000300  20 20 20 20 20 20 20 4c  45 41 46 4e 41 4d 45 5f  |       LEAFNAME_|
00000310  4d 41 58 20 20 20 20 38  0a 0a 2f 2a 20 46 49 4c  |MAX    8../* FIL|
00000320  45 5f 53 45 50 41 52 41  54 4f 52 20 2d 20 41 43  |E_SEPARATOR - AC|
00000330  4f 52 4e 20 3d 20 27 2e  27 2c 20 55 4e 49 58 20  |ORN = '.', UNIX |
00000340  3d 20 27 2f 27 2c 20 56  41 58 20 3d 20 27 5c 30  |= '/', VAX = '\0|
00000350  27 2c 20 50 43 20 3d 20  27 5c 5c 27 20 2a 2f 0a  |', PC = '\\' */.|
00000360  0a 23 64 65 66 69 6e 65  20 46 49 4c 45 5f 53 45  |.#define FILE_SE|
00000370  50 41 52 41 54 4f 52 20  27 5c 5c 27 0a 0a 0a 2f  |PARATOR '\\'.../|
00000380  2a 20 53 45 50 41 52 41  54 4f 52 5f 53 45 41 52  |* SEPARATOR_SEAR|
00000390  43 48 20 2d 20 41 43 4f  52 4e 20 3d 20 27 2e 27  |CH - ACORN = '.'|
000003a0  2c 20 55 4e 49 58 20 3d  20 27 2f 27 2c 20 56 41  |, UNIX = '/', VA|
000003b0  58 20 3d 20 27 5d 27 2c  20 50 43 20 3d 20 27 5c  |X = ']', PC = '\|
000003c0  5c 27 20 2a 2f 0a 0a 23  64 65 66 69 6e 65 20 53  |\' */..#define S|
000003d0  45 50 41 52 41 54 4f 52  5f 53 45 41 52 43 48 20  |EPARATOR_SEARCH |
000003e0  27 5c 5c 27 0a 0a 0a 2f  2a 20 43 4f 4c 4f 4e 20  |'\\'.../* COLON |
000003f0  2d 20 41 43 4f 52 4e 20  3d 20 46 61 6c 73 65 2c  |- ACORN = False,|
00000400  20 55 4e 49 58 20 3d 20  46 61 6c 73 65 2c 20 56  | UNIX = False, V|
00000410  41 58 20 3d 20 54 72 75  65 2c 20 50 43 20 3d 20  |AX = True, PC = |
00000420  54 72 75 65 20 2a 2f 0a  0a 23 64 65 66 69 6e 65  |True */..#define|
00000430  20 43 4f 4c 4f 4e 20 54  72 75 65 0a              | COLON True.|
0000043c