New to Xcode and love the handy documentation for Objective C, especially since I'm just learning it. But at times I need to check C syntax and math library calls, etc.
Is there a C language reference in Xcode docs?
I tried a few standard C functions and they all showed up in the Xcode docs browser just fine. It looks like they're apart of the OS X Man Pages.
man 3 printf
ConCat, Thanks, I did pass over ArtOfWarfare's mention of the OS X Man Pages and forgot to revisit it.
Is there a pdf or graphical viewer of it or are we talking about Terminal? Terminal command line would be okay - I did try "man 3 printf" which got no hit but "man printf" did, but I wonder if that's a bash result.
Sorry, I'm just learning the Mac environment, and thanks for your patience and help.
New to Xcode and love the handy documentation for Objective C, especially since I'm just learning it. But at times I need to check C syntax and math library calls, etc.
Is there a C language reference in Xcode docs?