Is there a way to (easily) access C language reference materials in XCode? I'm trying to write C in XCode and finding it difficult to look up syntax for functions, operator definitions etc. It seems like this should be easy, but I sure can't figure it out. The man pages sometimes work, but you generally have to know the name of the function you need info on to get any results, and even then it's not 100%. Besides, man pages are incredibly cryptic, and don't really have any example code which is necessary for me. I'm having to resort to web searches to find what I need which is annoying. Am I missing something, or is XCode's documentation/help system pretty bad?