Re: Where is index defined?
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.