How can I (if I can) set the default int variable (in a specific program) to be unsigned int?
I mean that if int
is written in the program, the compiler treats it like unsigned int
.
My compiler is gcc 4.6.2
EDIT: I am not authorized to touch the code.