I needed a routine to mimic command line arguments packing.
Windows offers CommandLineToArgvW, that works only with unicode, but, most rilevant, is not compatible with MS guidelines reported
here Something is available on the net, but still not compliant.
So I wrote it...
EDIT: I forget to evaluate the tab as separator. Fixed