Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!gatech!emory!athena.cs.uga.edu!kinsey From: kinsey@athena.cs.uga.edu (Kevin Kinsey) Newsgroups: comp.sys.mac.programmer Subject: library bits from lightspeed c v.? Message-ID: <1991Feb4.231646.2520@athena.cs.uga.edu> Date: 4 Feb 91 23:16:46 GMT Sender: kinsey@athena.cs.uga.edu (Kevin Kinsey) Organization: University of Georgia, Athens Lines: 17 I need a bit of help from those folks who still have their lightspeed documentation around. I am trying to update a program for a professor here and it is written in some unknown version of Lightspeed c (at least 2 or >). He has given me Think C 4.0 to update this thing and the linker has flagged 4 library routines that it doesn't recognize. 1. movmem -> this I hope is memmove 2. setmem -> ditto with memset 3. stpchr -> this I have no clue about and can find no reference to it in the Think docs. 4. strpos -> I took a wild guess at a string pos function, but there doesn't seem to be one in the Think docs. So, I was hoping maybe someone out there in NetLand could clue me in? kevin kinsey kinsey@athena.cs.uga.edu