summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxUserGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-27 20:54:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-27 20:54:11 +0000
commit96a45c67960e9bac5562508fe8fd63738e7943c8 (patch)
tree937d5aea38c237e336caeb1d7bc2926989848c2e /nuttx/Documentation/NuttxUserGuide.html
parent665c4bf764eb07e58e70393c08671a2dfcd834bb (diff)
downloadpx4-nuttx-96a45c67960e9bac5562508fe8fd63738e7943c8.tar.gz
px4-nuttx-96a45c67960e9bac5562508fe8fd63738e7943c8.tar.bz2
px4-nuttx-96a45c67960e9bac5562508fe8fd63738e7943c8.zip
Add strnlen()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3054 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxUserGuide.html')
-rw-r--r--nuttx/Documentation/NuttxUserGuide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxUserGuide.html b/nuttx/Documentation/NuttxUserGuide.html
index 024e0392d..53bdad919 100644
--- a/nuttx/Documentation/NuttxUserGuide.html
+++ b/nuttx/Documentation/NuttxUserGuide.html
@@ -6410,6 +6410,7 @@ char *strchr(const char *s, int c);
FAR char *strdup(const char *s);
const char *strerror(int);
size_t strlen(const char *);
+size_t strnlen(const char *, size_t);
char *strcat(char *, const char *);
char *strncat(char *, const char *, size_t);
int strcmp(const char *, const char *);