diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-05-14 09:01:30 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-14 09:01:30 +0000 |
commit | d2b687cf3fd84f890504de2650e3cdfc678cf360 (patch) | |
tree | a2b8b2b8c297233366ccff1bf88e9c31335ea932 /src/core/ngx_string.h | |
parent | 3ca4061874dc70319eb5358724addf0fd64de6fe (diff) | |
download | nginx-d2b687cf3fd84f890504de2650e3cdfc678cf360.tar.gz nginx-d2b687cf3fd84f890504de2650e3cdfc678cf360.zip |
ngx_atofp()
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r-- | src/core/ngx_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 0525b0e24..b29bdda3d 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -161,6 +161,7 @@ ngx_int_t ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2); ngx_int_t ngx_dns_strcmp(u_char *s1, u_char *s2); ngx_int_t ngx_atoi(u_char *line, size_t n); +ngx_int_t ngx_atofp(u_char *line, size_t n, size_t point); ssize_t ngx_atosz(u_char *line, size_t n); off_t ngx_atoof(u_char *line, size_t n); time_t ngx_atotm(u_char *line, size_t n); |