aboutsummaryrefslogtreecommitdiffhomepage
path: root/embedfilesdir.c
Commit message (Collapse)AuthorAgeFilesLines
* implement most of preprocessorlemon2025-10-131-0/+34
- concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now