Added a portable snprintf implementenation in case it's not present.

This commit is contained in:
gfk
2002-05-11 18:19:39 +00:00
parent a8143ad039
commit 40706764dd
5 changed files with 1060 additions and 7 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
noinst_LIBRARIES = libLCDstuff.a
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h debug.h report.c report.h
libLCDstuff_a_SOURCES = LL.c LL.h sockets.c sockets.h str.c str.h debug.h report.c report.h snprintf.c snprintf.h