Search code examples
cgccuint

Difference between uint and unsigned int?


Is there any difference between uint and unsigned int?

I'm looking in this site, but all questions refer to C# or C++. I'd like an answer about the C language.

If it is relevant, note that I'm using GCC under Linux.


Solution

  • uint isn't a standard type - unsigned int is.