1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-08 21:29:30 +00:00
C02/include/template.h02

12 lines
370 B
Plaintext
Raw Normal View History

/************************************************
* template - Template Library Routines for C02 *
************************************************/
/* Function Description *
* Args: a - First Argument *
* &d - Address Argumnt *
* Returns: First Result *
* Second Result *
* Third Result */
char func();