sscanf: implement %-F support The documentation of sscanf mentions the - flag for little byte order scanning. This was not implemented, yet. %-F always used big endian byte order.