diff options
Diffstat (limited to 'userland/libc/include/stdlib.h')
-rw-r--r-- | userland/libc/include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/stdlib.h b/userland/libc/include/stdlib.h index c88f2f3..0c3d0f4 100644 --- a/userland/libc/include/stdlib.h +++ b/userland/libc/include/stdlib.h @@ -29,4 +29,5 @@ int system(const char *command); double atof(const char *str); double strtod(const char *restrict nptr, char **restrict endptr); int atoi(const char *str); +char *realpath(const char *filename, char *resolvedname); #endif |