comparison src/core/ngx_string.h @ 19:d7908993fdeb

nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Dec 2002 16:09:40 +0000
parents 4eff17414a43
children 53cb81681040
comparison
equal deleted inserted replaced
18:72ad26c77d2d 19:d7908993fdeb
2 #define _NGX_STRING_H_INCLUDED_ 2 #define _NGX_STRING_H_INCLUDED_
3 3
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 6
7
8 typedef struct {
9 int len;
10 char *data;
11 } ngx_str_t;
7 12
8 #if (WIN32) 13 #if (WIN32)
9 14
10 #define ngx_snprintf _snprintf 15 #define ngx_snprintf _snprintf
11 #define ngx_vsnprintf _vsnprintf 16 #define ngx_vsnprintf _vsnprintf