Problem2201--Reimplement the function strlen

2201: Reimplement the function strlen

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 0  Solved: 0
[Submit] [Status] [Web Board] [Creator:]

Description

Reimplement the function strlen. Call your function strlen. The library function, strlen takes one char str[] argument, so you give strLen a char str[] argument as well.

Source/Category

37