I built PLASMA from source using tcc-busybox for win32 and a slightly changed makefile.
It built OK, but I had to make one more change:
- remove
strings.h include from plasm.c
As I understand, strings.h is a legacy header from BSD, and all its functions have standard equivalents.
Attached: