PLASMA
PLASMA copied to clipboard
Should plasm.c really need strings.h
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.hinclude fromplasm.c
As I understand, strings.h is a legacy header from BSD, and all its functions have standard equivalents.
Attached:
It probably wasn't legacy when I started all this! I'll look into removing it and building on all my semi-modern systems.