DJSures / NABU-LIB

This repo is a z88dk C library for the NABU PC (personal computer). It includes efficient C functions for video, audio, hcca, keyboard, and more for the NABU Computer.
43 stars 12 forks source link

Add PROTOTYPE_ONLY flag #8

Open TechCowboy opened 1 year ago

TechCowboy commented 1 year ago

Added PROTOTYPE_ONLY flag

When defined it does not include the initialization data or include the .c file. Makes it easy to #include this file in products that need this header in multiple .c files