Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find C source code on mac? [closed]

I was looking through a programming textbook and saw a particular header i didn't recognize. Later I looked it up on the internet but I was wondering where the source code of C can be found on a macbook. Is it just in the compiler? (I use gcc) Please help.

like image 326
Stone Su Avatar asked Apr 10 '26 00:04

Stone Su


1 Answers

If you have Apple development tools installed, it should be found in the most possible unixoid place: /usr/include/ctype.h - At least that's where it is on my Macbook with Xcode installed.

like image 115
tofro Avatar answered Apr 11 '26 14:04

tofro