comparison src/core/ngx_string.h @ 91:637625a2acdb

nginx-0.0.1-2003-05-19-20:39:14 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 19 May 2003 16:39:14 +0000
parents fab4cb00fe5b
children 70d2345a903f
comparison
equal deleted inserted replaced
90:37530da31268 91:637625a2acdb
51 char *ngx_cpystrn(char *dst, char *src, size_t n); 51 char *ngx_cpystrn(char *dst, char *src, size_t n);
52 int ngx_rstrncmp(char *s1, char *s2, size_t n); 52 int ngx_rstrncmp(char *s1, char *s2, size_t n);
53 int ngx_atoi(char *line, size_t n); 53 int ngx_atoi(char *line, size_t n);
54 54
55 55
56 #define ngx_value_helper(n) #n
57 #define ngx_value(n) ngx_value_helper(n)
58
59
56 #endif /* _NGX_STRING_H_INCLUDED_ */ 60 #endif /* _NGX_STRING_H_INCLUDED_ */