[comp.sys.mac.programmer] library bits from lightspeed c v.?

kinsey@athena.cs.uga.edu (Kevin Kinsey) (02/05/91)

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