arduino/reference-en

Document hash prefixed functions other than #define/#include

brycecherry75 opened this issue · 0 comments

Currently, only the #define/#include hash prefixed functions are documented but there is no documentation on other functions with a hash prefix including but not limited to #if/#elif/#ifdef/#ifndef/#else/#error/#warning/#undef/#endif along with the "defined" keyword e.g. #if defined/#if !defined.