reorganized str-dyn files

This commit is contained in:
2013-10-29 14:14:43 +00:00
parent aaf73a86f5
commit 7074b0c389
10 changed files with 360 additions and 629 deletions

View File

@ -27,6 +27,9 @@
#include "fmt.h"
#include <stdio.h> /* for snrintf() */
#if defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && (__WATCOMC__ < 1200))
# define snprintf _snprintf
#endif
/* TODO: remove stdio.h once snprintf gets replaced by own
floting-point conversion implementation*/