else *rwr-- = x;
*foo++ (and --) is an extremely common C idiom. I'd argue it's clearer than the separated version.
Fine. I'll use inline asm then.
else{ *rwr--=x; }
*foo++ (and --) is an extremely common C idiom. I'd argue it's clearer than the separated version.