• 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 index defined?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is index defined?


  • Subject: Re: Where is index defined?
  • From: Rosyna <email@hidden>
  • Date: Wed, 18 Feb 2004 15:27:08 -0700

Thanks, never imagined looking in the man pages.

Ack, at 2/18/04, Vince DeMarco said:

On Feb 18, 2004, at 1:30 PM, Rosyna wrote:

I have a variable named index. Turns out I wasn't defining it anywhere. Where is it coming from? Command double clicking on the variable returns no results.
--



see man page.

INDEX(3) BSD Library Functions Manual INDEX(3)

NAME
     index - locate character in string

LIBRARY
     Standard C Library (libc, -lc)

SYNOPSIS
     #include <strings.h>

     char *
     index(const char *s, int c);

DESCRIPTION
     The index() function locates the first character matching c (converted to
     a char) in the null-terminated string s.


its in the c library.

vince

--


Sincerely, Rosyna Keller Technical Support/Holy Knight/Always needs a hug

Unsanity: Unsane Tools for Insanely Great People
---

Please include any previous correspondence in replies, it helps me remember what we were talking about. Thanks.
_______________________________________________
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 index defined? (From: Rosyna <email@hidden>)
 >Re: Where is index defined? (From: Vince DeMarco <email@hidden>)

  • Prev by Date: Re: Where is index defined?
  • Next by Date: Re: Setting a build dir relative to the top level of a project
  • Previous by thread: Re: Where is index defined?
  • Next by thread: How to find header files in "External Frameworks"?
  • Index(es):
    • Date
    • Thread