(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics

This commit is contained in:
tron
2005-02-06 13:41:02 +00:00
parent bcf4b3b913
commit 59fa465dce
21 changed files with 83 additions and 25 deletions

1
unix.c
View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
#include "string.h"
#include "table/strings.h"
#include "hal.h"