home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * TEST-PROTOS.H
- *
- * contains prototypes for the library interface functions ONLY. This
- * is usually different from <lib-protos.h> in DTMP:SHARTEST/ because
- * the latter will contain prototypes for internal library routines as
- * well as external ones. TEST-PROTOS.H only contains prototypes for
- * external (interface) routines.
- *
- * this file could easily be automatically generated but I haven't put
- * together an example of that yet.
- */
-
- #define LibCall __geta4 __regargs
-
- extern LibCall void LockTestLib(void);
- extern LibCall void UnLockTestLib(void);
- extern LibCall void PostString(const char *);
- extern LibCall long GetString(char *, long);
-
-