Skip to content
Commit 4f5879f9 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

C library: Add ffs(). Add strings.h. Move strcasecmp, strncasecmp, bzero,...

C library:  Add ffs().  Add strings.h.  Move strcasecmp, strncasecmp, bzero, bcmp, and bcopy to where they belong in strings.h.h, not string.h.  bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
parent 6d1f3da2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment