Home » Archimedes archive » Acorn User » AU 1995-07.adf » !Internet_StarterPak » !Newsbase/Support/taylor/csrc/h/upath
!Newsbase/Support/taylor/csrc/h/upath
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 1995-07.adf » !Internet_StarterPak |
Filename: | !Newsbase/Support/taylor/csrc/h/upath |
Read OK: | ✔ |
File size: | 0123 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
/* upath.h - headerfile with definitions and such for upath * * Author: Gunnar Z�tl * Date: 15-Sep-1994 * Last Modified: 15-Sep-1994 */ #define UPLEN 1024 /* unix path length */ #define UUCPFSP "UucpFS$" /* Prefix for UucpFS */ extern char *upath(char *upath);
00000000 2f 2a 20 75 70 61 74 68 2e 68 20 2d 20 68 65 61 |/* upath.h - hea| 00000010 64 65 72 66 69 6c 65 20 77 69 74 68 20 64 65 66 |derfile with def| 00000020 69 6e 69 74 69 6f 6e 73 20 61 6e 64 20 73 75 63 |initions and suc| 00000030 68 20 66 6f 72 20 75 70 61 74 68 0a 20 2a 0a 20 |h for upath. *. | 00000040 2a 20 41 75 74 68 6f 72 3a 20 20 09 20 20 20 20 |* Author: . | 00000050 47 75 6e 6e 61 72 20 5a f6 74 6c 0a 20 2a 20 44 |Gunnar Z.tl. * D| 00000060 61 74 65 3a 20 20 20 20 09 20 20 20 20 31 35 2d |ate: . 15-| 00000070 53 65 70 2d 31 39 39 34 0a 20 2a 20 4c 61 73 74 |Sep-1994. * Last| 00000080 20 4d 6f 64 69 66 69 65 64 3a 20 20 20 31 35 2d | Modified: 15-| 00000090 53 65 70 2d 31 39 39 34 0a 20 2a 2f 0a 0a 23 64 |Sep-1994. */..#d| 000000a0 65 66 69 6e 65 20 55 50 4c 45 4e 20 31 30 32 34 |efine UPLEN 1024| 000000b0 20 20 09 20 20 20 20 2f 2a 20 75 6e 69 78 20 70 | . /* unix p| 000000c0 61 74 68 20 6c 65 6e 67 74 68 20 2a 2f 0a 23 64 |ath length */.#d| 000000d0 65 66 69 6e 65 20 55 55 43 50 46 53 50 09 22 55 |efine UUCPFSP."U| 000000e0 75 63 70 46 53 24 22 20 20 20 2f 2a 20 50 72 65 |ucpFS$" /* Pre| 000000f0 66 69 78 20 66 6f 72 20 55 75 63 70 46 53 20 2a |fix for UucpFS *| 00000100 2f 0a 65 78 74 65 72 6e 20 63 68 61 72 20 2a 75 |/.extern char *u| 00000110 70 61 74 68 28 63 68 61 72 20 2a 75 70 61 74 68 |path(char *upath| 00000120 29 3b 0a |);.| 00000123