Re: [dev] sbase: ed

2020-11-28 Thread spaceman
Whoops, I withdraw my complaint. Should have checked the basics before I talked. This is a packaging error. Sorry to waste your time and mine. Regards, spaceman

Re: [dev] sbase: ed

2020-11-28 Thread Quentin Rameau
> Hi, Hi Spaceman, > When compiled with musl-gcc (latest) on Slackware 14.2 this: > > static void > dowrite(const char *fname, int trunc) > { > … > printf("%zu\n", bytecount); > } > > does not work for me (it outputs a blank line). Given my rudimentary > knowledge of C and looking up

[dev] sbase: ed

2020-11-28 Thread spaceman
Hi, When compiled with musl-gcc (latest) on Slackware 14.2 this: static void dowrite(const char *fname, int trunc) { … printf("%zu\n", bytecount); } does not work for me (it outputs a blank line). Given my rudimentary knowledge of C and looking up on stackoverflow this does work.