home *** CD-ROM | disk | FTP | other *** search
- /*
- * File: TS3TestAPI.c
- *
- * Copyright © 1996 Apple Computer, Inc.
- */
-
- #include "TS3TestAPI.h"
-
-
- /* =============================================================================
- * TestAPI_Init (external)
- *
- * Initializes our thing.
- * ========================================================================== */
- void TestAPI_Init(
- void)
- {
- }
-
-
- /* =============================================================================
- * TestAPI_Exit (external)
- *
- * Cleans up.
- * ========================================================================== */
- void TestAPI_Exit(
- void)
- {
- }
-
-
- /* =============================================================================
- * TestAPI_Execute (external)
- *
- * Runs the API tests.
- * ========================================================================== */
- void TestAPI_Execute(
- void)
- {
- }
-
-
-