Write Through Init C.Txt
Write Through Init C.Txt
| Filename | write-through-init-c.txt |
|---|---|
| Size | 2.0 KB (2096 bytes) |
| Year | 1994 |
| Downloads | 5 |
Enjoying MacTrove?
Anonymous downloads are free and unlimited.
Create a free account to track favorites,
contribute metadata corrections, and join the
community chat.
About
// Disk cache bypass INIT // Copyright (C) April 1994 Stuart Cheshire // Should be compiled as an INIT resource // (use the "custom header" option in Think C)
#include
// I know an address should be defined as a pointer type (eg 'void *'), // not a 'long', but Apple's Get & Set TrapAddress calls are defined to // use longs, so it's not my fault
typedef struct { unsigned short opcode; long addr; } JmpInstruction;
typedef void ShowIconFamily(short iconId);
void main(void);
File Info
This file is part of the MacTrove archive. See the Thank You page for the upstream mirrors we rely on. You may need The Unarchiver or a classic Mac emulator to open it.
Related apps