Mac OS 7.1 Source Docs

Documentation for the Mac OS 7.1 Source Code Reconstruction

View the Project on GitHub belikh/sys71src

Interfaces Module

The Interfaces/ directory contains the public API definitions for the system. These files define the structures, constants, and function prototypes used by applications and system components.

Languages Supported

The interfaces are provided for multiple languages, reflecting the development environment of the era:

Organization

CIncludes/ & PInterfaces/

Contains high-level definitions for Toolbox managers.

AIncludes/

Contains low-level offsets and bit definitions.

Usage

These files are essential for compiling any code that interacts with the System 7.1 API. The build system includes these directories in the search path (e.g., -i {AIncludes}).