diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 1c48e5d5838..05c44e37e74 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: August 21, 2008
+Last Updated: August 22, 2008
Gregory Nutt
-Last Update: August 10, 2008 +Last Update: August 22, 2008
+ #include <unistd.h> + int chdir(FAR const char *path); + FAR char *getcwd(FAR char *buf, size_t size); +
@@ -5970,10 +5975,8 @@ interface of the same name. int vfprintf(FILE *stream, const char *s, va_list ap); int vsprintf(char *buf, const char *s, va_list ap); - int chdir(const char *path); /* Prototyped but not implemented */ FILE *fdopen(int fd, const char *type); int fstat(int fd, FAR struct stat *buf); /* Prototyped but not implemented */ - char *getcwd(FAR char *buf, size_t size); /* Prototyped but not implemented */ int mkdir(const char *path, mode_t mode); int rmdir(const char *path); int stat(const char *path, FAR struct stat *buf);