• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: where is sys/types.h?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where is sys/types.h?


  • Subject: Re: where is sys/types.h?
  • From: Andy Lee <email@hidden>
  • Date: Thu, 27 May 2004 19:36:23 -0400

On May 27, 2004, at 2:14 PM, Ken Brooks wrote:
The following code snippet from the Torque Network Library actually
compiles correctly under XCode.  Yet I search my hard drive and
cannot find types.h or socket.h AT ALL!  Where are they hiding?

How are you doing the search? I found a bunch of files named types.h using Finder's Find command, with the criterion that the file name is "types.h".


Using "locate types.h" in a Terminal window also worked.

Given the hint that it was in /usr/include, the fastest way was with the "find" command:

5: find /usr/include -name "types.h"
/usr/include/curl/types.h
/usr/include/i386/types.h
/usr/include/machine/types.h
/usr/include/ppc/types.h
/usr/include/rpc/types.h
/usr/include/sys/types.h

--Andy
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.


References: 
 >where is sys/types.h? (From: Ken Brooks <email@hidden>)

  • Prev by Date: Re: cursor position
  • Next by Date: Re: cursor position
  • Previous by thread: Re: where is sys/types.h?
  • Next by thread: FW: where is sys/types.h?
  • Index(es):
    • Date
    • Thread