Add strpbrk()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1991 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-07-18 20:39:57 +00:00
parent b9e21dbab5
commit eefb20545f
5 changed files with 91 additions and 6 deletions
+1 -1
View File
@@ -825,5 +825,5 @@
* examples/thttpd: A basic test program for THTTPD
* configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint
Eagle-100 LMS6918 (Cortex-M3) board.
* lib/: Added strstr()
* lib/: Added strstr() and strpbrk().