When I type printf
, Xcode give me an autocomplete-hint like printf(const char *restrict, ...)
.
I want to know what does "const char *restrict mean?
And where can I find more information about these parameters which Xcode throws for every function?