Add strlcat() and strlcpy(), might convert to them in the future

This commit is contained in:
Berke Viktor
2012-09-24 02:39:52 +02:00
parent ba0bcc9214
commit 2c2419f230
6 changed files with 97 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
<ClInclude Include="server.h" />
<ClInclude Include="servlist.h" />
<ClInclude Include="ssl.h" />
<ClInclude Include="strlutil.h" />
<ClInclude Include="text.h" />
<ClInclude Include="textenums.h" />
<ClInclude Include="textevents.h" />
@@ -65,6 +66,7 @@
<ClCompile Include="server.c" />
<ClCompile Include="servlist.c" />
<ClCompile Include="ssl.c" />
<ClCompile Include="strlutil.c" />
<ClCompile Include="text.c" />
<ClCompile Include="thread.c" />
<ClCompile Include="tree.c" />