File diff r2185:83c584e8be30 → r2186:5ee653b1b5e1
string.c
Show inline comments
 
/* $Id$ */
 

	
 
#include "stdafx.h"
 
#include "string.h"
 

	
 
void ttd_strlcat(char *dst, const char *src, size_t size)
 
{
 
	assert(size > 0);