I know on some operating systems, an int is the same as a short, while on others, an int is the same as a long. It depends on the word size of the operating system.
Does anybody know what the definition of int in C is for linux, windows, cygwin etc?
Does anybody know what the definition of int in C is for linux, windows, cygwin etc?
Comment