Should the parameters be signed?
Created by: bertwhl
Hello, I have noticed that many parameters in the standard are 'int' instead of 'unsigned int'. Since the legal values of these parameters are all positive integers, I think the parameters does not need to be signed int.