mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-22 01:31:33 +00:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
|
/*************************************************
|
||
|
* Test header variable and function definitions *
|
||
|
*************************************************/
|
||
|
|
||
|
#include "testhdr.h02"
|
||
|
|
||
|
main:
|
||
|
|
||
|
puts("Header Test");
|
||
|
|
||
|
goto exit;
|
||
|
|