section 7.8.1: String Operations

page 166

One thing to beware of is that strcpy's arguments--more precisely, the strings pointed to by its arguments--must not overlap.

Another string function we've seen is strstr:

strstr(s,t) return pointer to first t in s, or NULL if not present


Read sequentially: prev next up top

This page by Steve Summit // Copyright 1995, 1996 // mail feedback