diff options
| author | David Schultz <das@FreeBSD.org> | 2003-03-12 20:30:00 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2003-03-12 20:30:00 +0000 |
| commit | 6a66acb565dde6d5b0ee52eef2a631fbb09df153 (patch) | |
| tree | 2227a906466b311329420d1e05832b3c4e9aef98 /include/stdlib.h | |
| parent | 582a954b004963a562668386a33f960a9c763d37 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index f7fd3a761dc5..b5537442d26d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -107,10 +107,10 @@ int rand(void); void *realloc(void *, size_t); void srand(unsigned); double strtod(const char * __restrict, char ** __restrict); -/* float strtof(const char * __restrict, char ** __restrict); */ +float strtof(const char * __restrict, char ** __restrict); long strtol(const char * __restrict, char ** __restrict, int); -/* long double - strtold(const char * __restrict, char ** __restrict); */ +long double + strtold(const char * __restrict, char ** __restrict); unsigned long strtoul(const char * __restrict, char ** __restrict, int); int system(const char *); |
