First page Back Continue Last page Graphics
str* functions (cont.)
No need to explain why this is dangerous.
Most str* functions have a corresponding strn* functions (i.e. – strncpy instead of strcpy).
Notice, however, that the strn* functions have very confusing interface!!