1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-01 05:41:34 +00:00
C02/work/hdrtest.c02

13 lines
233 B
Plaintext
Raw Permalink Normal View History

2018-07-30 02:49:44 +00:00
/*************************************************
* Test header variable and function definitions *
*************************************************/
#include "testhdr.h02"
main:
puts("Header Test");
goto exit;