comparison src/core/ngx_string.c @ 100:7ebc8b7fb816

nginx-0.0.1-2003-06-03-19:42:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Jun 2003 15:42:58 +0000
parents fab4cb00fe5b
children ea464a6c0581
comparison
equal deleted inserted replaced
99:a059e1aa65d4 100:7ebc8b7fb816
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_string.h>
5 4
6 5
7 char *ngx_cpystrn(char *dst, char *src, size_t n) 6 char *ngx_cpystrn(char *dst, char *src, size_t n)
8 { 7 {
9 if (n == 0) { 8 if (n == 0) {