[BACK]Return to strnlen.c CVS log [TXT][DIR] Up to [local] / prex-old / dev / lib

Diff for /prex-old/dev/lib/strnlen.c between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:42 version 1.1.1.1.2.1, 2008/08/13 17:12:24
Line 28 
Line 28 
  */   */
   
 #include <sys/types.h>  #include <sys/types.h>
   #include <drvlib.h>
   
 size_t  size_t
 strnlen(const char *str, size_t count)  strnlen(const char *str, size_t count)

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb