Hi,

I'm wondering if there's any code in musl that makes assumptions on the size of the "int" type.

I only ask because I'm debating how my compiler (which targets a machine with a 64-bit word size) should define the int type. Ideally I'd like to break as little library code as possible.

Max