kfl@hoxna.UUCP (Kenton Lee) (09/28/84)
xxx I'm sorry if this is the wrong group for this. I'm not going to post it to net.sources. I collected the latest bunch of xlisp files from net.sources and am having trouble making it on System V. The files all compile OK, but when I get to the link, it can't find a routine called "index". Does anyone know what this is or where I can get it. Thanks much. -- Kenton Lee, Bell Labs - WB wb3g!kfl or hoxna!kfl
qwerty@drutx.UUCP (09/28/84)
index == strchr, rindex == strrchr, identical declaration and arguments. That's Berkley vs Sys V kind of thing I believe.
gwyn@brl-tgr.ARPA (Doug Gwyn <gwyn>) (09/29/84)
index() is now called strchr() (and rindex() is called strrchr()). "Isn't it wonderful how we all speak the same language?" (from "vi" source code comment)