aboutsummaryrefslogtreecommitdiffhomepage
path: root/embedfilesdir.c
Commit message (Collapse)AuthorAgeFilesLines
* implement long double (as double synonym). wchar_t placeholder lemon2025-10-151-0/+1
|
* implement most of preprocessor lemon2025-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