I think this is a question that has been asked a thousand times, but I cannot find a direct answer.
I am trying to port a very short C function (originally written for Windows) to OSX using Xcode.
I created an Xcode application project, Terminal, and I copied and pasted the code into the project. XCode gives me a lot of mistakes, telling me that the types uint32and uint64are unknown types.
What are the equivalent value types in OSX?
source
share