PLASMA icon indicating copy to clipboard operation
PLASMA copied to clipboard

Should plasm.c really need strings.h

Open tingtron opened this issue 2 years ago • 1 comments

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:

tingtron avatar Apr 20 '23 08:04 tingtron

It probably wasn't legacy when I started all this! I'll look into removing it and building on all my semi-modern systems.

dschmenk avatar May 30 '23 16:05 dschmenk