mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-18 21:07:28 +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;
|
|
|