mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-20 03:33:14 +00:00
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
/************************************************
|
|
* template - Template Library Routines for C02 *
|
|
************************************************/
|
|
|
|
/* Function Description *
|
|
* Args: a - First Argument *
|
|
* &d - Address Argumnt *
|
|
* Returns: First Result *
|
|
* Second Result *
|
|
* Third Result */
|
|
char func();
|